改变IIS的Framework版本

本文介绍了一种在不重启IIS服务的情况下更改ASP.NET版本的方法。通过使用aspnet_regiis.exe工具并指定特定参数,可以避免因版本切换而导致的服务中断。此外,还提供了如何在MetaBase.xml中找到对应IIS目录的具体步骤。

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

 

 

 

转载于:https://www.cnblogs.com/xiaonanmu/p/3217657.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值