clickonce install problems

Hi.

I'm playing around with ClickOnce in the VS2005 beta. I'm publishing a windows application and this works fine. The problem occurs when I hit the "Install" button on the publish page that is automatically set up during the publishing process. In IE it will only show the manifest XML in the browser. In Opera the application is first downloaded and then the manifest XML is displayed.

Any suggestions


Answer this question

clickonce install problems

  • Sorin Sandu

    You need to configure yoru server with the right mime types

    Add the following Mime mapping to theVRoot you are downloading the App from ...
    .application -> application/x-ms-application

  • clickonce install problems