DJ메탈짱™의 Free Style

[ASP] An error occurred on the server when processing the URL 본문

일(job)/MS(Microsoft)

[ASP] An error occurred on the server when processing the URL

뽀&쏭 2016. 1. 11. 15:46



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에서 asp 를 구동하는 경우 오류가 발생할때.
asp가 던져주는 에러메시지를 원활하게 보여주지 않아 당황~~~~!!!

그럴때는 아래와 같은 명령어를 통해
asp 던져주는 제대로 된 에러메시지를 볼 수 있다.
닷넷 커맨드 창을 열어서 아래와 같이 입력하자.

>>> 명령어
c:\>%windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true
구성 커밋 경로 "MACHINE/WEBROOT/APPHOST"에서 "MACHINE/WEBROOT/APPHOST"의 "system.webServer/asp" 섹션에 구성 변경을 적용했습니다.

와 같이 성공메시지 출력.

다시 웹페이지 실행해보면 아래와 같이 에러를 보여줌.

>>> 결과메시지

서버 개체 오류 'ASP 0177 : 800401f3'

Server.CreateObject 실패

/common/rfclogon.asp, 줄 15

800401f3