Skip to content

?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

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


Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234