gpt4 book ai didi

asp-classic - 你如何在 Visual Studio 2015 中允许父路径?

转载 作者:行者123 更新时间:2023-12-04 01:48:57 24 4
gpt4 key购买 nike

我在 Visual Studio 2015 中从 Visual Studio 2013(运行良好)打开了一个现有的 Web 应用程序项目。当我从 Visual Studio 2015 中运行它时,我得到:

Active Server Pages error 'ASP 0131' 

Disallowed Parent Path

/blah/login.asp, line 1

The Include file '../includes/Security.asp' cannot contain '..' to indicate the parent directory.

我的 IISExpress applicationhost.config 文件已经包含以下条目:
<asp appAllowClientDebug="false" appAllowDebugging="false" errorsToNTLog="false" enableParentPaths="true" scriptErrorSentToBrowser="true" bufferingOn="true">

<session allowSessionState="true" />
<cache diskTemplateCacheDirectory="%SystemDrive%\inetpub\temp\ASP Compiled Templates" />
<limits maxRequestEntityAllowed="1073741824" />
</asp>

我的 Web 应用程序属性设置为使用 IISExpress。

我可能会错过什么?

最佳答案

“applicationhost.config”已移动,现在位于隐藏的 .vs 文件夹中。确保您正在更新正确的文件。

关于asp-classic - 你如何在 Visual Studio 2015 中允许父路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31567796/

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