详细介绍
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>
猜你喜欢
- 【南宁百姓网】 -免费发布 - 博客论坛 > 生活服务
- 【金华生活服务-分类信息】 - 博客论坛 > 生活服务
- 生活服务|优惠券|促销活动 - 博客论坛 > 生活服务
- 昆山团购,昆山团购网,昆山 - 博客论坛 > 生活服务
- 广购书城 C 广州购书中心 - 博客论坛 > 生活服务
- 易道手脑速算,易道手脑思维 - 博客论坛 > 生活服务
- 【柳州百姓网】 -免费发布 - 博客论坛 > 生活服务
- 【美团网】漳州团购_漳州团 - 博客论坛 > 生活服务
- 招商频道_CCTV央视网招 - 博客论坛 > 生活服务
- 唐海县教育文化体育局|免费 - 博客论坛 > 生活服务
- 郑州市邙山区教育文化体育委 - 博客论坛 > 生活服务
- 北京东方纪洋教育文化传播有 - 博客论坛 > 生活服务
- 陕西论坛-西部网论坛-陕西 - 博客论坛 > 生活服务
- 光明网经济频道_报道最新股 - 博客论坛 > 生活服务
- 评论:中级经济师考试宝典( - 博客论坛 > 生活服务
- 中国知网 - 博客论坛 > 生活服务
- 中国报刊杂志大全_杂志社介 - 博客论坛 > 生活服务
- 中评网 - 博客论坛 > 生活服务
- 【漳州赶集网】-免费发布信 - 博客论坛 > 生活服务
- 【甘孜赶集网】-免费发布信 - 博客论坛 > 生活服务