八达网

标题: syp 我登陆不了菠菜 [打印本页]

作者: Germany    时间: 2008-6-12 23:31
标题: syp 我登陆不了菠菜
  1. Server Error in '/' Application.
  2. --------------------------------------------------------------------------------

  3. Runtime Error
  4. 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.

  5. 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".


  6. <!-- Web.Config Configuration File -->

  7. <configuration>
  8.     <system.web>
  9.         <customErrors mode="Off"/>
  10.     </system.web>
  11. </configuration>


  12. 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.


  13. <!-- Web.Config Configuration File -->

  14. <configuration>
  15.     <system.web>
  16.         <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  17.     </system.web>
  18. </configuration>
复制代码

作者: Germany    时间: 2008-6-13 09:48
syp来看看啊。




欢迎光临 八达网 (https://www.8-da.com/) Powered by Discuz! X2.5