IIS部署网部常用问题汇总

Posted JustYong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IIS部署网部常用问题汇总相关的知识,希望对你有一定的参考价值。

1.unrecognized attribute \'targetframework\'

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

(1)\'Start\' -> \'CMD\'

(2) 输入\'cd c:\\windows\\microsoft.net\\framework\\v4.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:\\SML\\SERVER\\Log\\.
   解决方案:设置应用程序池默认设置 -> 标识: LocalSystem -> 确定后重启应用程序池。

 

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

 

 

以上是关于IIS部署网部常用问题汇总的主要内容,如果未能解决你的问题,请参考以下文章

ABP .Net Core 部署到IIS 问题汇总

中间件漏洞 | IIS常用漏洞攻击利用汇总

IIS发布ASP程序问题汇总

计算机常用端口汇总

MAVEN常用内容的汇总

ubuntu工作常用命令及需要留意的点汇总