帮助中心 >  技术知识库 >  网站相关 >  网站运营 >  Server Error in / Application的几种解决方法

Server Error in / Application的几种解决方法

2017-01-15 02:43:10 9261

原因1:运行时错误,说明:服务器上出现应?程序错误,此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息。

解决: 可以通过在IIS中开启详细错误查看,还可以修改web.config文件,将<customErrors mode="Off"/>设置mode ="Off",然后刷新就可以看到?细错误,再根据详细错误去解决问题。


原因2:网站根目录下没有web.config文件,也可能是因为网站真正的目录不对。

解决:将网站文件放到正确的根目录下。


原因3. Asp.Net 程序显示错误如下:

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是否合格,排查其中的问题。


原因4asp.net版本问题,asp.netasp.net2.0 asp.net4.0两个版本。

解决:按照程序要求在程序池中切换合适的asp版本和托管方式。


原因5:网站目录权限设置不正确。

解决:根据网站的身份验证>匿名身份验证的规则和应用程序池的身份标识设置,为网站目录设置正确的权限即可。


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: