Click here to Skip to main content
15,886,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get window authentication(username and password) to login in web application.
Posted

1 solution

Well,
Have a look at these with full explanation:
How To: Use Windows Authentication in ASP.NET 2.0[^]
How to implement Windows authentication and authorization in ASP.NET[^]
Explained: Windows Authentication in ASP.NET 2.0[^]

Apart from having Windows authentication defined in your web.config, you need to set Integrated authentication in IIS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900