cq77169 - 2008-6-27 12:16:00
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>
服务器换了个机房就出现这样的错了
czsky - 2008-6-27 12:39:00
看看是不是framework版本的问题?
cq77169 - 2008-6-27 12:50:00
2.0.50727
我来带走你 - 2008-6-27 12:52:00
一个应用程序错误发生在服务器上。当前自定义错误设置此应用程序,防止详情应用程序错误,从被远程(出于安全原因) 被关闭。
<customerrors>标记的“模式”属性设置为“关闭”
cq77169 - 2008-6-27 12:54:00
原帖由 我来带走你 于 2008-6-27 12:52:00 发表
自定义的错误网页的网址?
什么啊
cq77169 - 2008-6-27 13:16:00
原帖由 我来带走你 于 2008-6-27 12:52:00 发表
一个应用程序错误发生在服务器上。当前自定义错误设置此应用程序,防止详情应用程序错误,从被远程(出于安全原因) 被关闭。
<customerrors>标记的“模式”属性设置为“关闭”
怎么设啊,在那里设啊????
cq77169 - 2008-6-27 13:23:00
:~ 我顶啊,我顶啊,帮个忙也!
cq77169 - 2008-6-27 15:32:00
经过4个小时的坚难拼搏,出现奇迹了哟HO。。。。
wjzhch - 2008-6-27 21:13:00
一般是论坛的framework版本与IIS的framework版本不相符所造成的.
fosoyo - 2008-6-28 0:00:00
我也出现了这个问题,楼主解决了吗?告诉解决方法。
goubin1984 - 2008-7-9 18:36:00
我的 经常出现这种情况~~~
goubin1984 - 2008-7-9 19:15:00
改成OFF也不行了,现在。。郁闷
tstchong - 2008-8-13 16:51:00
请问楼主是怎么解决的,我也遇到了这个问题。。。。。。。。:~
shuzilang - 2008-9-6 9:14:00
我也出现了 期待解决~~~~~