1

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?

tofutim
  • 22,664
  • 20
  • 87
  • 148

1 Answers1

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