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
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.