Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get Client System Login from asp.net web application.

I have followed.
string uname = Request.LogonUserIdentity.Name;

I i execute this in my local machine it is retrieving current user name, After deploying in Server, it is returning only Server Logged in Username.

Server: Framework installed : 2.0
WIndows 2000
Posted
Comments
Sandeep Mewara 1-May-13 5:43am    
Have you enabled and used windows authentication?
SireeshaPhani 1-May-13 6:04am    
Thank you for the reply, Yes, I have configures as
<authentication mode="Windows">
It is not working...

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