Server Error in '/' Application.
--------------------------------------------------------------------------------Runtime Error 
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File --><configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>
 Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File --><configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
 

解决方案 »

  1.   

    可以把源代码让我看看 吗!!我想参考一下!!
    [email protected]
    谢谢
      

  2.   

    可以把源代码让我看看 吗!!我想参考一下!!
    [email protected]谢谢
      

  3.   

    The daily bandwidth limit for this member has been exceeded. Try again after midnight, EST.
    Click here for more information.
      

  4.   

    能给我发一份代码吗?谢谢!
    [email protected]
      

  5.   

    提供下载啦互动.NET留言簿1.可以选择ACCESS2000或SQL2000作为留言簿的数据库。
    2.可以自由设置留言簿的页面,字体,边框等颜色以及留言簿名称,版权等各项设置。
    3.站长回复的留言能自动提前。
    4.有修改,删除回复的功能。
    5.登录超级管理后就拥有看访客完整IP及回复留言等超级权限。
    6.整个留言簿只有一个ASPX文件,方便大家修改及上传。
    7.使用ASP.NET正式版进行开发,留言簿性能比普通的ASP留言簿好。
    8.附brinkster.com安装互动.NET留言簿的详细说明。
    9.带SQL2000数据库安装演示。
    10.附35个各具特色的留言簿头像供访客选择。VS.NET打包发布的MSI文件下载:
    http://chinagz.net/download/setup.msiWINZIP打包的ZIP文件下载:
    http://homepage.3322.net/~windfun/download/guestbook.zip演示地址:
    http://guestbook.chinagz.net (由于是使用brinkster.com免费空间的关系,每天都有一定的流量限制,如遇访问失败,请隔天再访问。)