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"可以解决。

     

  • 相关阅读:
    Codeforces_739_B
    Codeforces_732_D
    D
    C
    E
    商汤AI园区的n个路口(中等)
    D. The Fair Nut and the Best Path
    HDU6446
    分解质因数(线性筛)
    D. Extra Element
  • 原文地址:https://www.cnblogs.com/JustYong/p/5520346.html
Copyright © 2011-2022 走看看