Valhalla Legends Forums Archive | .NET Platform | ClickOnce deployment

AuthorMessageTime
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:

[code]
AddType application/manifest manifest
AddType application/x-ms-application application
AddType application/octet-stream deploy
[/code]

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?
March 25, 2006, 10:42 PM
kamakazie
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?
March 26, 2006, 2:17 AM
K
After a little googling, it seems that you're right; I came up with this, which should hopefully solve the problem.
March 26, 2006, 2:27 AM

Search