ClickOnce Install 按钮会显示文本
我最近添加了一个新的虚拟主机,并在其中发布了 ClickOnce 项目。在 IE9 中,我们遇到一个问题,如果您按“安装”,它会引导您进入一个文本页面,而不是下载或安装应用程序。这不会发生在我们的旧主机上。我需要在新主机上进行哪些设置才能使其正常工作?
I recently added a new webhost to which I posted a ClickOnce project. In IE9 we have a problem where if you press Install it leads you to a page of text instead of either downloading or installing the application. This does not happen on our old host. What setting do I need on my new host to make it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最可能的问题是您没有在服务器上将
.application
文件的 MIME 类型设置为“application/x-ms-application”。有关详细信息,请参阅这篇 MSDN 文章。The most likely problem is that you haven't got the MIME type for
.application
files set to "application/x-ms-application" on the server. See this MSDN article for details.