Showing related tags and posts accross the entire site.
-
Hi All How can I implement Windows Authentication in ASP.Net with IIS 7. I got a link from MS Support : http://support.microsoft.com/kb/323176, but it is talking about IIS 6. I made the configuration changes in the web.config. <authentication mode="Windows"/> <authorization> <allow...
-
Hi All I am planning to develop a API for my client, it is like the twitter API. I need to authenticate users via Windows Authentication dialog, but the userdetails stored in my database. Can I do that?