Author: ysliew | Posted on: 9/14/2009 5:00:17 AM | Views : 916

Hi all,
I'm facing some problems when integrating Windows Authentication into my web application. 
Scenario
1) All the users are currently logon to their pc through a Domain with Windows Active Directory authentication.
2) The web application will be auto logon as long as they are authenticated. In anohther words, as long as they can logon to the windows, they will be auto logon to the web app once they click the app link.
I'm refering to article Recipe: Enabling Windows Authentication within an Intranet ASP.NET Web application to integrate windows authentication, however the login prompt still popup even the user have been authenticated in Active Direcotory.
Am I missing some steps? Your advice and ...

Go to the complete details ...