汽车4s店财税:谁来帮我翻译这个啊?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/06 06:00:46
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.config" 位于现在网申请的根目录的结构文件里面产生一个 <customErrors> 标签。 然后这一个 <customErrors> 标签应该有它的 " 模态 " 属性组到 " 走开 ".

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

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

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

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

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