I've confirmed that Windows Integrated Security is working properly on the new server as a simple page returns the correct information when <% Response.Write(Page.User.Identity.Name)%> is used.
I also enabled tracing and confirmed that AUTH_USER, LOGON_USER, REMOTE_USER all return my domain & user name.
Member
100 Points
626 Posts
Re: Setting Up New Server
Jun 13, 2012 09:43 AM|dch3|LINK
I've confirmed that Windows Integrated Security is working properly on the new server as a simple page returns the correct information when <% Response.Write(Page.User.Identity.Name)%> is used.
I also enabled tracing and confirmed that AUTH_USER, LOGON_USER, REMOTE_USER all return my domain & user name.