ASP.Net 을 하실때
아래와 같은 오류가 났을때 처리법입니다..
Failed to execute request because the App-Domain could not be created. Error: 0x80131902
아래와 같은 오류가 났을때 처리법입니다..
Failed to execute request because the App-Domain could not be created. Error: 0x80131902
- With a command window, get to the latest version of .net under
- C:\Windows\Microsoft.Net\Framework\
- Now run the following command: "net stop w3svc" to stop web services.
- Then use "aspnet_regiis.exe -ua" to uninstall all instances of ASP.NET from IIS. (제거 합니다.)
- Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS. (다시 설치 합니다.)
- Now restart web services with "net start w3svc".
이렇게 해주시면 됩니다. ^^
반응형
'개발 > ASP.NET, ASP' 카테고리의 다른 글
Linq To Xml을 사용해 보자 (0) | 2009.03.26 |
---|---|
visual studio 2005 sp1 설치 실패 해결법 "이 제품에 대한 설치 원본을 사용할 수 없습니다." (0) | 2009.03.10 |
ASP.NET 페이지 수명 주기 개요 (0) | 2008.08.21 |
자바스크립트로 QueryString 값 받기 (0) | 2008.06.27 |
[ASP] 달별 마지막 날자 구하기 (0) | 2008.02.02 |