Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is it possible to have a user log in page in asp that uses your windows autentication account?

and how do you set up the service to do windows autentication
Posted
Updated 8-Jan-10 3:34am
v2

1 solution

You can use Windows authentication, BUT you have to configure your Web Server to use Windows Authentication, you can then use;
Request.ServerVariables("LOGON_USER")

in your web page to get the username of the person who has accessed the web server.
 
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