在web.config文件中添加
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json; charset=UTF-8" />
</staticContent>
</system.webServer>
请参阅在IIS中添加.json处理程序支持。
在web.config文件中添加
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json; charset=UTF-8" />
</staticContent>
</system.webServer>
请参阅在IIS中添加.json处理程序支持。