I run my ASP.NET website in Visual Studio. A label told to display Environment.UserName shows my computer account's username.
I then copy this website to the intranet server. The same label now shows "Default".
Research has recommended I enable something on the intranet server's IIS called "ASP.NET Impersonation".
I attempted to do so, but it just makes my site crash with a 500 error.
Go to the complete details ...