반응형
윈도7의 경우 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> |
'프로그래밍 > _개발 기타' 카테고리의 다른 글
개인PC 호스트 설정법 (0) | 2013.09.26 |
---|---|
Windows7 Pro 64비트 에서 ODBC 연결이 되지 않을 경우 (0) | 2013.09.26 |
압타나(Aptana) 스튜디오 3 테스트 개발서버의 최신소스 가져오는 방법 (0) | 2013.09.26 |
Visual Studio 2010 에서 CSS3 인텔리센스 지원하기 (0) | 2013.09.26 |
크로스웹브라이징의 기본은 IE 호환모드 에서 (0) | 2013.09.25 |