Hi Friends My problem is that I am developing an ASP.net web application and a blog using wordpress. I want once the admin user has logged into the ASP.net website, he should be able to access wordpress admin area with logging in to the WP admin and vise-versa. Thanks Diya
You should change Wordpress codes, i think you can't do this easily. PHP coding is required. 1. Set a cross cookie in ASP.net (.domain.com) 2. Change wordpress athentication for using this cookie
Have you considered using XML-RPC? That's what the official wordpress app on android uses. It might be something to look into, though you'll need to enable it from your wordpress blog too in order for it to work
I would extend the WebClient class from MS and stuff the intelligence to hold CookieContainer inside it so you can manage the session after doing a post with your credentials.