Apache – serve a ClickOnce application with Apache

apacheclickoncedeployment

We're testing our ClickOnce deployed application internally on IIS (Internet Information Services), but we're wondering if we can deploy it to the wider internet using Apache on Linux so we can make use of our existing external website host.

If so, is there anything else I need to consider other than as specifying the correct mime types such as .application and .deploy?

Best Answer

I found a number of people asking the same question starting around 2005, but here is the first google result - also discusses silverlight.

http://software.clempaul.me.uk/articles/clickonce/

As far as I can tell, however, the only thing you would need to worry about would be setting up the mime types and providing access to the files.

Related Topic