net2.0 无法创建应用程序域

cd c:\
net stop w3svc
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis.exe -ua
aspnet_regiis.exe -i
net start w3svc

还可以试一下
You may get an error as above, which suggests that you should run: %systemroot%\system32\inetsrv\APPCMD.EXE migrate config "site_name" For once the instructions are correct... just open an admin command window, paste the command from your error message in there and run it.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2021-06-12
  • 2021-08-19
  • 2021-11-17
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2021-11-23
  • 2022-12-23
  • 2021-07-14
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案