Do you know why when I use:
System.Security.Principal.WindowsIdentity.GetCurrent().Name
on a .aspx.cs
page in local machine it returns my user name, for example "CORP\323432"
and when I publish the same code on server with IIS it returns the IIS and Web Site“s Name ? For example: "IIS SERVER\SITE"