ASP

IIS7에서 ASP 오류 메시지 출력 되도록 설정하기

denisOh 2013. 9. 28. 22:20

IIS7으로 오류가 있는 asp 파일을 요청하면, IIS가 오류메시지를 먹어 버린다.

그리고는 아래와 같은 메시지를 내뱉는다.

 

An error occurred on the server when processing the URL. Please contact the system administrator.

If you are the system administrator please click here to find out more about this error.

 

디버깅을 하기 위해 IIS가 오류를 내뱉도록 설정하는 방법은 아래와 같다.

 

 

 

 

 

 

참고로 IIS6에서의 오류 메시지와 IIS7의 오류 메시지를 비교해 보면, 별 차이가 없다.