일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MSSQL
- 이클립스
- oracle
- 태그를 입력해 주세요.
- 단축키
- 윈도우
- 프로시저
- 비주얼스튜디오
- attr()
- 리포팅서비스
- aspnet
- 윈폼
- 마이크로소프트
- javascript
- windows
- microsoft
- CONVERT()
- 자바스크립트
- Excel
- SSRS
- MS
- DataGrid
- Winform
- ASP
- replace()
- IIS
- c#
- 오라클
- jQuery
- 엑셀
Archives
- Today
- Total
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:46An 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
'일(job) > MS(Microsoft)' 카테고리의 다른 글
[ASP] 잘못된 형식이거나 올바른 범위 밖에 있거나 서로 충돌하는 인수입니다. (0) | 2016.01.11 |
---|---|
[ASP] Custom RecordSet (사용자정의 레코드셋) (0) | 2016.01.11 |
[ASP] ASP에서 웹서비스_웹메소드 호출2 (0) | 2016.01.08 |
[ASP] ASP를 이용한 웹서비스 호출 (0) | 2016.01.08 |
[ASP] Active Server Pages(ASP) - Request 속성 (0) | 2016.01.08 |