27,310 pts.
 Integrated Windows Authentication prompts for username and password
I have an ASPX site programmed in C# using Integrated Windows Authentication in IIS6. Everytime a user tries to access the site, it prompts them for a username and password. How do you make the site use the local login credentials when accessing the site?

Software/Hardware used:
ASKED: March 25, 2009  12:03 AM
UPDATED: March 30, 2009  10:51 PM

Answer Wiki:
Try <a href="http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx">this</a>. Just be careful as this could be maliciously exploited. May want to test the implementation or have someone else check it out if it's for a sensitive/critical app.
Last Wiki Answer Submitted:  March 30, 2009  3:06 pm  by  KevinBeaver   10,840 pts.
All Answer Wiki Contributors:  KevinBeaver   10,840 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I wasn’t able to get the modifications to the web.config file to work, but the link to the MSDN page looks helpful. I really appreciate the post.

 27,310 pts.