이하 문제는 XP에서 일어났던 일의 해결책. 그러나 다른 버전의 윈도우(서버)에서도 등장하는 듯.

http://localhost 접속시 이런 메시지 발생 :
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.

이벤트 뷰어에 이런 이벤트 등록 :
서버가 '/LM/W3SVC/1/Root' 응용 프로그램을 로드하지 못했습니다. 오류는 '클래스가 등록되지 않았습니다.
'입니다.
이 메시지에 대한 추가 정보를 보려면 다음 Microsoft 온라인 지원 사이트를 방문하십시오. http://www.microsoft.com/contentredirect.asp.

인터넷에서 찾은 해결책 :
cd c:\windows\system32\inetsrv folder, and enter (case sensitive)
c:\windows\system32\inetsrv\>rundll32 wamreg.dll, CreateIISPackage
then
c:\windows\system32\inetsrv\>regsvr32 asptxn.dll
c:\windows\system32\inetsrv\>iisreset /restart


추가 문제 :
regsvr32 asptxn.dll 실행시 0x8004e00f 에러

해결책 :
cd c:\windows\system32\
msdtc -uninstall
msdtc -install
msdtc -resetlog

다시 진행해 본다.

기타 :
iis 재설치 해보고, 속성에서 응용프로그램 제거 후 다시 만들기도 해 봤지만 해결 못 함. 위 방법으로 해결했다.
powered by Moniwiki | themed by clockoon
last modified 2010-06-10 04:28:31
Processing time 0.0142 sec