IIS 7.5(7.0) 에서 HTTP Error 401.3 - Unauthorized 문제가 발생하면
출처 : stack overflow : IIS 7.5 (Windows 7) - HTTP Error 401.3 - Unauthorized
I had the same issue in IIS 7.5 on Windows Server 2008. I solved the issue with the following steps:
Open IIS Manager
Click the website you want to edit
Double-click Authentication
Click Anonymous Authentication, then click Edit... under Actions
Change to use the Application pool identity credentials instead of the Specific user (mine was IUSR)
After I made this change, my 401.3 errors disappeared.
'프로그래밍' 카테고리의 다른 글
[Google Chrome] 크롬 URL 에 사이트의 주소가 모두 나타나도록 수정하기 (4) | 2014.08.16 |
---|---|
[Play framework] Depencency proplem (0) | 2014.07.25 |
[Oracle] 오라클 프린트물 정리 (0) | 2014.07.05 |
[Audacity] 오디오 편집 툴 (0) | 2014.07.02 |
[Google Search] Keyboard shortcuts for google search results (0) | 2014.06.21 |