App-Domain could not be created. Error: 0x8013190

App-Domain could not be created. Error: 0x8013190

  1. With a command window, get to the latest version of .net under
  2. C:\Windows\Microsoft.Net\Framework\
  3. Now run the following command: "net stop w3svc" to stop web services.
  4. Then use "aspnet_regiis.exe -ua" to uninstall all instances of ASP.NET from IIS.
  5. Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS.
  6. Now restart web services with "net start w3svc".
posted on 2008-04-03 11:56  Re2x  阅读(242)  评论(0编辑  收藏  举报