http://www.hangge.com/blog/cache/detail_1560.html
百度了一下 凑个热闹...
添加mime type设置时扩展名填点号即可
<configuration> <system.webServer> <staticContent> <mimeMap fileExtension="." mimeType="image/png" /> </staticContent> </system.webServer> </configuration>
学习链接:
http://www.hangge.com/blog/cache/detail_1560.html
http://www.cnblogs.com/clq271520093/p/5049220.html
try
<mimeMap fileExtension="" mimeType="application/octet-stream" />
in web.config
没有 可以试试在webconfig中加看看