zoukankan      html  css  js  c++  java
  • IIS部署网部常用问题汇总

    1.unrecognized attribute 'targetframework'

    A: 需要注册.net framework到iis。步骤如下:

    (1)'Start' -> 'CMD'

    (2) 输入'cd c:windowsmicrosoft.netframeworkv4.0.30319'

    (3)输入'aspnet_regiis.exe -i'

    2.this configuration section cannot be used at this path(configuration locking?)

    (1)Click "Start button"

    (2)in the search box, enter "Turn windows features on or off"

    (3)in the features window, Click: "Internet Information Services"

    (4)Click: "World Wide Web Services"

    (5)Click: "Application Development Features"

    (6)Check (enable) the features. I checked all but CGI.

    3.Web网站崩溃,原因是UnauthorizeAccessException无法访问C:SMLSERVERLog.
       解决方案:设置应用程序池默认设置 -> 标识: LocalSystem -> 确定后重启应用程序池。

    4.某些模块无法正常加载,可能通过设定"Enable 32-Bit Applications"可以解决。

     

  • 相关阅读:
    使用正则表达式实现(加减乘除)计算器(C#实现)
    asp.net core中间件工作原理
    WPF
    WPF
    WPF
    WPF
    WPF 3D Cube及点击交互
    WPF 3D足球导览
    WPF 3D 球面导览
    WPF 3D球及进阶玩法
  • 原文地址:https://www.cnblogs.com/JustYong/p/5520346.html
Copyright © 2011-2022 走看看