广告业的增值税税率:Server Error in '/' Application.是什么意思?

来源:百度文库 编辑:高校问答 时间:2024/05/16 06:54:26
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>
我一打开浏览器,就出现上面的网页,怎么能够解决,希望有哪位老师告诉我。十分感谢!

加我365911434

运行时间错误
描述: 一个申请错误在伺候器身上发生。 为这一个申请的现在订制的错误设定阻止申请错误的细节被很远地看。 ( 为安全理由) 资讯科技可以,然而,被浏览器在地方伺候器机器上的赛跑看。

细节: 为了使这个特定的错误信息的细节能够是可看的在遥远的机器上,请在一个 " web.config" 位于现在的网申请的根目录的结构文件里面产生一个 <customErrors> 标签。 然后这一个 <customErrors> 标签应该有它的 " 模态 " 属性组到 " 走开 ".

<!-- 网络。Config 结构文件 -->

<结构>
<system.web>
<customErrors 模态=" 走开 "/>
</system.web>
</结构>

注意: 现在的错误传呼你正在见到能藉由修正申请的 <customErrors> 结构的 " defaultRedirect" 属性标签指向一个订制的错误页网址被一个订制的错误代替页。

<!-- 网络。Config 结构文件 -->

<结构>
<system.web>
<customErrors 模态=" RemoteOnly" defaultRedirect=" mycustompage.htm"/>
</system.web>
</结构>

应用程序服务器错误