gpt4 book ai didi

iis-8 - IIS 8 给出错误

转载 作者:行者123 更新时间:2023-12-03 18:40:18 25 4
gpt4 key购买 nike

我正尝试在我的 Windows 8 上使用 IIS,但 IIS 出现错误。错误如下。

“执行此操作时出错。

详细信息:文档名称:\?\C:\Windows\Microsoft.NET\Framework64\v4.0.30319\CONFIG\配置文件行号:24错误:无法读取配置部分“fullTrustAssemblies”,因为它缺少部分声明。”

当我单击应用程序池或“站点”时,IIS 出现错误。

最佳答案

将 block 替换为

<configuration> 
<system.webServer>
<system.web>
<fullTrustAssemblies>
<clear/>
</fullTrustAssemblies>
</system.web>
</system.webServer>
</configuration>

从应用程序中删除对完全信任程序集的所有引用。IIS 附带完整的 MSDN 文档,它已经为此提供了解决方案

Click Here to clear full trust assemblies

关于iis-8 - IIS 8 给出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20064971/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com