/1.1 500 internal server error
date: wed, 14 sep 2016 03:48:08 gmt
server: microsoft-iis/6.0
cache-control: max-age=3601
x-powered-by: asp.net
x-aspnet-version: 2.0.50727
cache-control: private
content-type: text/html; charset=utf-8
content-length: 2916
x-via: 1.1 ddxxz49:4 (cdn cache server v2.0)
connection: close
<html>
<head>
<title>运行时错误</title>
<style>
body {font-fa:normal;font-size: .7eck;}
p {font-fa:norck;margin-top: -5px}
b {font-fa:bold;color:black;margin-top: -5px}
h1 { font-fa:normal;font-size:18pt;color:red }
h2 { font-fa:noraroon }
pre {font-fasole”;font-size: .9em}
.: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor=”white”>
<h“/aspxnovel”应用程序中的服务器错误。<hr width=100% size=1 color=silver></h
<h2> <i>运行时错误</i> </h2>
<font face=”arial, helvetica, geneva, sunsans-regular, sans-serif ”>
<b> 说明: </b>服务器上出现应用程序错误。此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息(出于安全原因)。但可以通过在本地服务器计算机上运行的浏览器查看。
<b>详细信息:</b> 若要使他人能够在远程计算机上查看此特定错误消息的详细信息,请在位于当前 web 应用程序根目录下的“web.config”配置文件中创建一个 <custoerrors> 标记的“mode”属性设置为“off”。
<table width=100% bgcolor=”#ffffcc”>
<tr>
<td>
<code>
<!-- web.config 配置文件 -->
<configuration>
<system.web>
<customerrors mode=”off”/>
</system.web>
</configuration></pre></code>