Click here to Skip to main content
15,908,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a request from company management that any user who tries to access a particular in-house website be authenticated against the machine they are currently logged on to. They want us to pop up a login screen and then authenticate the results against the current windows credentials. I have found many articles telling how to authenticate against a myriad of hosts but not against the local machine. Any help is appreciated.
Posted

 
Share this answer
 
Dear Hollerith,

Use Windows authentication mode, the following article will explain how to get logged user details:
http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx[^]

Hope it will help!
 
Share this answer
 
v2

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