Changing the Framework version requires a restart of the W3SVC service.

来源:互联网 发布:java从键盘输入数字 编辑:程序博客网 时间:2024/06/05 13:22

Changing the Framework version requires a restart of the W3SVC service. Alternatively, you can change the Framework version without restarting the W3SVC service by running: aspnet_regiis.exe -norestart -s IIS-Viirtual-Path
Do you want to continue (this will change the Framework version and restart the W3SVC service)?

 

安装vs2010,iis的.asp.net的版本不能更改了.

 

解决:

 

进入C:/WINDOWS/system32/inetsrv 打开

 

MetaBase.xml

 

查找你的iis目录名。

 

我的是“默认网站” 得到

 

<IIsWebServer Location="/LM/W3SVC/1461632812" AuthFlags="0" ServerAutoStart="FALSE" ServerBindings=":8080:" ServerComment="默认网站" />

 

cmd 输入:C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/aspnet_regiis.exe -norestart -s W3SVC/1461632812/Root

 

重新启动 World Wide Web 服务

 

 

重新打开iis发现版本是2.0