• An error occurred on the server when processing the URL解决方法


    在WINDOWS 7上安装了IIS7.5,调试ASP程序时出现以下错误:

    An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator please click here to find out more about this error

    解决办法:打开IIS7的asp设置,展开“调试属性”选项,“将错误发送到浏览器”这项默认的是False,改为True,然后点右侧的应用.如下图所示


    通过以上设置后,再从浏览时打开出错ASP页面时就能看到页面出错的详细信息,方使调试。

    同时也要把行为==》把“启用父路径” 的值设为 "true"

    注意,上面的面板是在IIS根目录下,双击IIS,下面的ASP,然后把高度属性展开就可以看到把错误发送到浏览器的选项。
  • 相关阅读:
    容器适配器之queue
    STL之deque
    STL之list
    STL之multiset
    STL之multimap
    STL之set
    string
    命名空间
    Windows Live Writer教程及代码高亮工具
    STL之vector
  • 原文地址:https://www.cnblogs.com/dodui/p/1833224.html
Copyright © 2020-2023  润新知