0

http://www.iis.net/learn/extensions/url-rewrite-module/creating-outbound-rules-for-url-rewrite-moduleの例に従っています

私が試したのは1.すべてのgzipコードを削除したことです。2.一部のWebサイトがそう言ったように、いくつかのレジストリを追加しますが、ほとんどは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>

トレースログ フォルダーのエラー メッセージ

<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">
4

0 に答える 0