Server Error in '/' Application. 的问题

昨晚发布这个问题搞了一晚上,发现网上很多解决办法都不靠谱:   

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>

翻译下结果:

运行时错误   
说明:   服务器上出现应用程序错误。此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息(出于安全原因)。但可以通过在本地服务器计算机上运行的浏览器查看。   

详细信息:   若要使他人能够在远程计算机上查看此特定错误信息的详细信息,请在位于当前   Web   应用程序根目录下的“web.config”配置文件中创建一个   <customErrors>   标记。然后应将此   <customErrors>   标记的“mode”属性设置为“Off”。

<!--   Web.Config   配置文件   -->

<configuration> 
        <system.web> 
                <customErrors   mode= "Off "/> 
        </system.web> 
</configuration>

注释:   通过修改应用程序的   <customErrors>   配置标记的“defaultRedirect”属性,使之指向自定义错误页的   URL,可以用自定义错误页替换所看到的当前错误页。

<!--   Web.Config   配置文件   -->

<configuration> 
        <system.web> 
                <customErrors   mode= "RemoteOnly "   defaultRedirect= "mycustompage.htm "/> 
        </system.web> 
</configuration>

说明里面已经说的很清楚了,服务器上出现应用程序错误。此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息(出于安全原因)。但可以通过在本地服务器计算机上运行的浏览器查看。

就是程序出现了异常,处于安全原因没有输出异常的具体内容,需要到服务器上查看,照做就是。

解决办法就是直接到服务器上,在服务器上打开程序,就可以看到异常的内容了。 

Server Error in '/' Application. 的问题

时间: 2024-11-04 13:02:08

Server Error in '/' Application. 的问题的相关文章

Server Error in &#39;/&#39; Application. Could not load file or assembly &#39;IBM.Data65

baozoumanhua.com/users/17157008/followingsbaozoumanhua.com/users/17157008/talkingsbaozoumanhua.com/users/17157008/following_articlesbaozoumanhua.com/users/17157008/articlesbaozoumanhua.com/users/17157027baozoumanhua.com/users/17157027/forum_articlesb

Server Error in &#39;/&#39; Application.Object reference not set to an instance of an object.

这个错误是数据库角色权限造成的 只选中db.owner就可以了 Server Error in '/' Application.Object reference not set to an instance of an object.,布布扣,bubuko.com Server Error in '/' Application.Object reference not set to an instance of an object.

网站上传服务器出现:Server Error in &#39;/&#39; Application错误

本地网站上传服务器后出现以下错误: 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

Server Error in &#39;/&#39; Application

1, Server Error in '/' Application. Access to the path '636081729995142753' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error an

如何解决? Server Error in &#39;/&#39; Application.

问题描述: Server Error in '/' Application.Runtime ErrorDescription: 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

【.net部署】Server Error in &#39;/&#39; Application.错误解决方案

报错: Server Error in '/' Application.-------------------------------------------------------------------------------- Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review

IIS Server Error in &#39;/&#39; Application

我出现的问题: 如仅靠标题中的句子是无法确定是那种错误的, 在上图中能标志错误的是 Parser Error Message:Could not load type "WebProjectTest.Test". 这句就我的理解, 大概意思是:解析器给你的一个错误消息:不能加载类型“WebProjectTest.Test". 显然引号里面是一个路径吧, 看看 Source Error(资源错误): 注意看到第一行是红色的,说明问题就在这里. 对于一个初学者出现这样的问题应该怎么

IIS出现Server Error in &#39;/&#39; Application.CS0016的解决办法

Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Com

2018年11月14日 Forcing XXE Reflection through Server Error Messages

https://blog.netspi.com/ XML External Entity (XXE) injection attacks are a simple way to extract files from a remote server via web requests. For easy use of XXE, the server response must include a reflection point that displays the injected entity (