Trying to make an app that relies on the windows login name of the user, but not sure how I get that working in IIS7, it's not to use it for authentication/login purposes for my app, there is no such thing in what I'm building.
Normally within my code I'd use System.Security.Principal.WindowsIdentity.GetCurrent().Name, with my current IIS config it's returning NT AUTHORITY\IUSR as the value.
Any ideas on what I need to change to get what I'm expecting?