Hi,
How can we retrieve user name in windows authentication ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MuthuMari MPosted May 2, 2012, 2:14 AM
in web.config file
The <identity> element is configured as follows.
pls refer this url
http://stackoverflow.com/questions/857140/retreving-client-username-by-using-windows-authentication
thanks.
If this post is useful then mark it as "Accepted Answer"
Satyapriya NayakPosted May 1, 2012, 10:11 PM
System.Environment.UserName
Thanks