在IIS7.5通过POST请求JSON文件失败,但是如果使用GET方式,请求成功。
以下是Web.config中的配置。  <system.webServer>
    <staticContent>
      <mimeMap fileExtension=".json" mimeType="text/json" />
    </staticContent>
    <handlers>
      <add name="json" path="*.json" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\System32\inetsrv\asp.dll" resourceType="Unspecified" requireAccess="Script" preCondition="bitness64" />
    </handlers>
  </system.webServer>下面在浏览器中,请求情况