• 改变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

  • 相关阅读:
    rabbitmq消息路由
    rabbitmq消息消费
    python中的正则匹配
    Spectral Grouping Using Nystrom Method
    基于WKPCA的多路谱聚类算法
    基于加权KPCA的谱聚类算法
    单词拆分
    完全平方数
    零钱兑换
    组合总数
  • 原文地址:https://www.cnblogs.com/xiaonanmu/p/3217657.html
Copyright © 2020-2023  润新知