I have an ASP.NET MVC app running on IIS 7.5 with an app pool which identity is set to "roger01".
I'd like to make sure when I render @User.Idenity.Name
it's that identity (roger01) that's displayed.
I tried using ASP impersonation but it's not compatible with Integrated mode. And ASP.NET MVC requires integrated mode.
I also set the Anonymous Authentication identity to "roger01" but it doesn't change anything.
I actually tried lot of things for a few hours I'm not even able to enumerate...