改变IIS的Framework版本

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)?

电脑上,有多个Framework 共存,在搭建站点的时候,选择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

重新启动 IIS

另外,有些时候,IIS 的默认网站被删除了,在MetaBase.xml里面找不到“默认网站”节点

可以试试

C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/aspnet_regiis.exe -norestart -s W3SVC

 

 

 

posted @ 2013-07-26 18:11  H辉  阅读(840)  评论(0)    收藏  举报