본문 바로가기
서버구축 (WEB,DB)

인터넷 정보 서비스 (IIS 7.0) ASP 오류처리

by 날으는물고기 2009. 7. 28.

인터넷 정보 서비스 (IIS 7.0) ASP 오류처리

에러메시지>
HTTP 오류 403.14 - Forbidden

체크확인>
제어판 -> 프로그램 추가/삭제 - windows 기능 추가 에서
인터넷정보서비스 > w.w.w서비스 > 응용프로그램 개발기능에 asp가 체크 되었는지 확인


에러메시지>
An error occurred on the server when processing the URL. Please contact the system administrator
 
해결방법>
IIS에서 기능보기에서 ASP -> 디버깅속성 - 브라우져 오류전송 false를 ture로 변경

cmd에서 %windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true
- 참고 URL : http://blogs.iis.net/thomad/archive/2007/02/06/security-is-painful.aspx


에러메시지>
Active Server Pages 오류 'ASP 0131'
허용되지 않는 부모 경로
/~~~JS.asp, 줄 234
'../~~~Process.asp' Include 파일은 부모 디렉터리를 표시하기 위해 '..'를 사용할 수 없습니다.

해결방법>
IIS 해당 사이트 기능보기에서 ASP -> 동작 - 부모경로사용 false를 true로 변경

728x90

댓글