Web
IIS 500 에러 Stacktrace 남기기(Trace Failed Requests not found)
구리z
2013. 10. 10. 12:29
일단 해결 방법은 간단하다.
IIS 관리자에서 실패한 요청 추적(Trace Failed Requests)를 활성화 시켜주면된다.
문제는 실패한 요청 추적메뉴가 없을 때이다.
MSDN을 찾아보면 아래와 같은 링크를 찾을 수 있다.
http://technet.microsoft.com/en-us/library/cc754017(v=ws.10).aspx
The following module is required:
FailedRequestTracingModule
Required Permissions
If you perform procedures in this section by using IIS Manager, you must be a server administrator or an IIS Manager user who has been granted permission to a site or an application in IIS Manager.
FailedRequestTracingModule이 설치되어있지 않으면 실패한 요청 추적 메뉴가 나타나지 않는다.
설치법은 링크로 대체한다.
http://www.iis.net/configreference/system.webserver/tracing/tracefailedrequests