I have been trying to perform security validation in a page using the credentials of the domain users ...
However, when I try to get the value inis always returned blank.Code:HttpContext.Current.User.Identity.Name
PS: When I run the code in the IDE is returned "domain\user" ... but when the page is hosted on a IIS server, the returned value is always blank.
Any help? Thx in advance.
Greetings




Reply With Quote