Server Error in '/' Application. 错误

HALOcn 2007-06-06 08:38:56
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>

改成OFF后错误页面还是显示这个错误
...全文
246 7 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
HALOcn 2007-06-06
  • 打赏
  • 举报
回复
他是说我程序有问题呵呵,不过始终显示那个错误我也没法弄啊
HALOcn 2007-06-06
  • 打赏
  • 举报
回复
打了,他说别的空间都没问题
exing 2007-06-06
  • 打赏
  • 举报
回复
打电话让对方设置,不然你也用不了
HALOcn 2007-06-06
  • 打赏
  • 举报
回复
租用的空间,我怎能设置
huing 2007-06-06
  • 打赏
  • 举报
回复
IIS配置,虚拟目录设置
HALOcn 2007-06-06
  • 打赏
  • 举报
回复
不是啊,是租用的
lovingkiss 2007-06-06
  • 打赏
  • 举报
回复
IIS配置和根目录是否正确?

16,721

社区成员

发帖
与我相关
我的任务
社区描述
VB技术相关讨论,主要为经典vb,即VB6.0
社区管理员
  • VB.NET
  • 水哥阿乐
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧