IIS 7.5
Goal: use hello.asp to echo my authenticated AD login ID
Hello.asp contents
<%
response.write "Hello, " & request.servervariables("LOGON_USER")
%>
This is simply just a test to get my server setup correctly but its kicking my butt...bad.
On the folder level (convert to app) authentication is setup, Anon, disabled..basic disabled, Windows Auth Enabled, Provider NTLM, Advanced (extended Protection Off, Enabled Kernel Mode auth = Unchecked)
I've tried every combo I can think of, ive setup it up identical to my DEV box. There is a file date version mismatch from the two servers on authsspi.dll (11/20/2010 on UAT) and (4/16/2010 on DEV) both are 2008r2 STD.. so not sure why...i tried to remove authsspi but am getting smack down by microsoft on that one.. .. tried remove windows auth from features and reinstall.. file never was removed during that process.
.I get this error from Failed Request: AUTH_SSPI_LOGON_FAILED and MODULE_SET_RESPONSE_ERROR_STATUS moduled name = WindowsAuthenticationModule
I have this working just fine in our DEV environment.. a UAT environment..not so much.. help please