Posted on: 3/17/2015 1:49:30 PM | Views : 588

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 ...