restart of the W3SVC service

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

 

iis的.asp.net的版本不能更改了.

 

 解决:

1、进入C:/WINDOWS/system32/inetsrv 打开MetaBase.xml

 

2、查找你的iis目录名。如“默认网站” 得到

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

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

 4、windows服务World Wide Web重新启动

你可能感兴趣的:(restart of the W3SVC service)