ASP 错误 0131:不允许父路径

Ric*_*d77 4 asp-classic visual-studio iis-express

我正在尝试在Visual Studio 2013IIS Express上运行ASP Classic应用程序。运行其中一个页面时出现以下错误:

Active Server Pages error 'ASP 0131'
Disallowed Parent Path
../..
The Include file '../file.inc' cannot contain '..' to indicate the parent directory.
Run Code Online (Sandbox Code Playgroud)

我在网上研究了这个问题,发现问题与默认禁用的 ../ 有关。建议的解决方案是允许 Parent Path。虽然出于安全原因不鼓励使用此解决方案,但此外,我没有进行此类更改的管理权限。

有没有另一种方法可以解决这个问题,而不涉及允许 Parent Path