• Welcome to Valhalla Legends Archive.
 

ClickOnce deployment

Started by K, March 25, 2006, 04:42 PM

Previous topic - Next topic

K

I can't seem to get ClickOnce deployment working from an apache server.

Several people have claimed that they have been able to make it work by using the following settings in the directory's .htaccess file:


AddType application/manifest manifest
AddType application/x-ms-application application
AddType application/octet-stream deploy


Unfortunantly, this doesn't seem to work for me -- when the setup program launches the .application file, it just pulls up the XML.


Any suggestions?

dxoigmn

Seems like how a browser handles the file from the web server is dependent on the browser. How are you accessing the published application? Are you using IE? Does it work with IIS using the same browser?

K

After a little googling, it seems that you're right; I came up with this, which should hopefully solve the problem.