zoukankan      html  css  js  c++  java
  • 报错误1031

    今天把Project Server 2002升级到Project 2003, 运行我们自己改写的通过SharePoint Portal Server的验证程序,页面报告如下错误:
    Active Server Pages, ASP 0131 (0x80004005)
    The Include file '../Library/sig2.asp' cannot contain '..' to indicate the parent directory.

    百思不得其解,后来仔细查了一下资料后发现:
    In a secure environment, the AspEnableParentPaths property should be set to False
    Disabling ASP Parent Paths will only affect the execution of dynamic content on .asp pages. This does not affect the server's ability to reference static content using HTML code (whether it is called from .htm, .html or .asp files).

    解决办法:
    Open the Internet Services Manager in the Microsoft Management Console (MMC).
    Right-click on your Default Web Site and select Properties.
    Click the Home Directory tab.
    Click the Configuration button.
    Click the App Options tab.
    Click to select the Enable Parent Paths checkbox.
    Click the OK button until you return to the MMC.

    这个还是安全上一个选项

  • 相关阅读:
    java代码块执行顺序
    Oracle-SQL高级查询
    java单例模式
    Oracle序列和伪表
    Oracle函数
    Oracle存储过程
    Oracle触发器
    Oracle分析函数
    Oracle分页查询
    Oracle联合查询
  • 原文地址:https://www.cnblogs.com/lyrix/p/18619.html
Copyright © 2011-2022 走看看