我试过的是 1.删除所有gzip代码。 2.添加一些注册表,因为一些网站说,但主要是为iis7。 http://www.deherrera.org/Blog/Post/23/IIS7-Dynamic-Compression-%E2%80%93-HTTP-Error-500-52
错误代码:HTTP错误500.52 - URL重写模块错误。
<system.webServer>
<rewrite>
<outboundRules>
<rule name="Rewrite to clean URL">
<match filterByTags="A" pattern="^Ads\.aspx\?id=([0-9]+)$" />
<action type="Rewrite" value="/Ads/{R:1}" />
</rule>
</outboundRules>
</rewrite>
</system.webServer>
tracelog文件夹中的一些错误消息
<failedRequest
url="http://localhost:2379/"
siteId="2063751106"
appPoolId="Clr4IntegratedAppPool"
processId="6284"
verb="GET"
remoteUserName=""
userName=""
tokenUserName="alien3d-PC\alien3d"
authenticationType="anonymous"
activityId="{00000000-0000-0000-2A00-0080000000F5}"
failureReason="STATUS_CODE"
statusCode="200"
triggerStatusCode="500.52"
timeTaken="2013"
xmlns:freb="http://schemas.microsoft.com/win/2006/06/iis/freb">