跑跑网站出现Server Error in '/' Application.

来源:百度知道 编辑:UC知道 时间:2024/05/15 00:25:51
号被盗了。..去找回的时候输入完信息点确认就出现一下情况

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 ca

运行时错误
描述:一个应用程序错误发生在服务器上。目前定制误差设定为这个应用,防止申请详情误差从被外界解读成遥(出于安全原因) 。它可以,但要查看浏览器上运行的本地服务器机器。

详情:让细节此特定错误讯息,可浏览,远程计算机,请创建一个<customerrors>标签内的" web.config "配置文件位于根目录的目前的Web应用。这<customerrors>标签,然后有它的"模式"属性设置为"关闭" 。

< ! -w eb.config配置文件- >"

<configuration>
<system.web>
<customerrors mode="off"/>
< / system.web >
< /配置>

注:当前错误网页,你们看到的,可以取而代之的是一个定制的错误网页,通过修改" defaultredirect "属性的应用程序的<customerrors>配置标签,以点到一个定制的错误页面的URL 。

< ! -w eb.config配置文件- >"

<configuration>
<system.web>
<customerrors mode="remoteonly" defaultredirect="mycustompage.htm"/>
< / system.web >
< /配置>
你说的情况和http://zhidao.baidu.com/que