403 - 사용 권한 없음: 액세스가 거부되었습니다. 오류 해결법

by ADMINPLAY posted Jan 16, 2012
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

untitled.jpg

C:\Windows\System32\inetsrv\config 경로에서 applicationHost.config 파일을 연다.

아래의 ipSecurity allowUnlisted 설정 부분을 true로 변경한다.

    <location path="eduadmin.lawnb.com">
        <system.webServer>
            <asp enableParentPaths="false" />
            <security>
                <ipSecurity allowUnlisted="true" />
            </security>
        </system.webServer>
        <system.ftpServer>
            <security>
                <ipSecurity enableReverseDns="false" />
            </security>
        </system.ftpServer>
    </location> 

* 참고 URL
http://support.microsoft.com/kb/942068/ko