gpt4 book ai didi

asp.net - Web.Config 的 System.Web 部分中的 AllowLocation ="true"有什么作用?

转载 作者:可可西里 更新时间:2023-11-01 10:41:00 26 4
gpt4 key购买 nike

我们有一个 .NET 2.0 应用程序,我们通常在 IIS6 上运行,过去在 IIS7 上运行良好,但最近在为 Vista IIS7 安装 SP1 后似乎在 Web.Config 文件中的一行上令人窒息:

<system.web AllowLocation="true">

删除 AllowLocation 属性是否安全?这个属性有什么作用?

最佳答案

来自 MSDN:

When set to false, the AllowLocation property indicates that the section is accessed by native-code readers. Therefore, the use of the location attribute is not allowed, because the native-code readers do not support the concept of location.

默认值为 true,因此您应该能够删除它而不影响您的应用程序。

关于asp.net - Web.Config 的 System.Web 部分中的 AllowLocation ="true"有什么作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/136635/

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