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?
Asked
Active
Viewed 130 times
1 Answers
1
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.

Don Kirkby
- 53,582
- 27
- 205
- 286
-
That was indeed the issue. Thanks Don! – tofutim May 11 '11 at 07:30