浏览器访问IIS服务器上面的plist文件报错:HTTP Error 404.3 - Not Found

来源:互联网 发布:手游源码 编辑:程序博客网 时间:2024/06/08 12:09

报错:

HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


解决办法:

打开Internet 服务管理器Internet 服务管理器-->网站属性-->HTTP头(MIME映射)-->新建 
添加下列内容类型(MIME) 关联扩展名 
plistapplication/xml

顺便加一个 ipaapplication/vnd.iphone 

添加后,配置是立即生效的。浏览器可以访问plist文件了。