zoukankan      html  css  js  c++  java
  • ASP.NET web site administration tool problem

    ASP.NET web site administration tool problem

     

    Posted by: Rickie / July 3, 2006

    When using ASP.NET 2.0 web site configuration tool, you encounter the following exception.

    An error was encountered. Please return to the previous page and try again.

     

    In the meanwhile, If clicking the link “How do I use this tool” in that time, you will face the following strange message.

    Tool has Timed out.

     

    === REASON & HOW TO FIX IT ====

    The issue might be that you have a ‘#’ symbol in your web site path. The physical path of your web site application is passed into the URL of the ASP.NET web administration tool. As we know, the ‘#’ symbol of the URL is used as an anchor, which will cause the above strange exception in this case. This symbol terminates the URL and tries to navigate to an anchor in the page. Of course, the administration tool crashes.

     

    What you need to do is to remove the ‘#’ symbol in your web site path.

     

     

  • 相关阅读:
    php操作apache服务器上的ftp
    win7配置ftp服务
    php访问远程服务器上的文件
    php操作ini配置文件
    php操作redis简单例子
    win7 32位安装php redis驱动
    mysql事务处理
    php使用PDO连接mysql数据库
    远程连接redis
    设置表格td宽度
  • 原文地址:https://www.cnblogs.com/rickie/p/441213.html
Copyright © 2011-2022 走看看