I got this error when loading my site: https://10.0.2.9/ca5111/wap.
In my case, the root cause is that I set the mime type for .ipa = application/octet-stream and .plist=text/xml at two places, which results into the conflict.
I set these two mime type in my web.config xml, and also set it manually in mimetype configuration in IIS.
After i removed the manually set from IIS manager, this issue is resolved.