IIS 7.5 Basic authorization issue
Posted
by
Alsin
on Server Fault
See other posts from Server Fault
or by Alsin
Published on 2011-04-05T15:01:44Z
Indexed on
2012/06/07
16:42 UTC
Read the original article
Hit count: 668
iis7.5
|basic-authentication
When I log on using correct user name\password (I always copy-paste them) I get 401.1 error. User name and password are correct (user is created on server locally, not a domain one). I can run program as this user (runas /noprofile /user:tmp notepad.exe). Basic authorization's default domain is a server name, realm is empty.
I've saved FailedReqLogFile. AUTH_BASIC_LOGON_FAILED shows
ErrorCode="Logon failure: unknown user name or bad password. (0x8007052e)"
and MODULE_SET_RESPONSE_ERROR_STATUS shows
ModuleName="BasicAuthenticationModule", Notification="AUTHENTICATE_REQUEST", HttpStatus="401", HttpReason="Unauthorized", HttpSubStatus="1", ErrorCode="Logon failure: unknown user name or bad password. (0x8007052e)", ConfigExceptionInfo=""
And one more thing - if I use my domain login\password it woks! Basic Authentications is only enabled authentication in application...
Could you please suggest me how I can troubleshoot and fix this issue? Maybe somebody hit it before...
Best regards,
Alex
UPDATE: I get 401.1 when I trying to access site from local host. I can actually access files from remote host.
© Server Fault or respective owner