作者wayinto (:))
看板blind_pc
标题[问题] 不知道是不是应该在这个版问
时间Tue Oct 26 03:45:41 2010
我想问一下
我大部分的网页都是用FireFox开
昨天 我要去lativ的网页
却一直显示错误 (平常都可以呀)
然後就出现一大堆程式的
伺服器错误
500 - 内部伺服器错误。
您要寻找的资源有问题而无法显示。
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>
我想请问一下是哪理出问题了吗?
因为我刚刚用PCMAN开好像可以耶!
谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 210.60.11.163