问题详情:
从vs2015换用vs2017后,webform网站资源无法加载(fail to load resource),访问资源出现500 internal server error
、在唯一密钥属性“fileExtension”设置为“.json”时,无法添加类型为“mimeMap”的重复集合项
情况
解决方案:
所在项目webconfig节点中加入:
<staticContent> <remove fileExtension=".json"/> <mimeMap fileExtension=".json" mimeType="application/x-javascript" /> </staticContent>
原因: mimeMap重复添加,为防止重复添加先移除已有