解决Visual Studio 调试时候不能直接访问.json后缀文件的问题
Web.config中作如下配置:
<system.webServer> <staticContent> <mimeMap fileExtension=".json" mimeType="application/json" /> </staticContent> </system.webServer>
技术改变世界
Web.config中作如下配置:
<system.webServer> <staticContent> <mimeMap fileExtension=".json" mimeType="application/json" /> </staticContent> </system.webServer>