Using an Apache Server to Host “ClickOnce” .net Deployment
Normally, to deploy ClickOnce applications, you would upload files to a Windows Server hosting environment. However, with the addition of a simple .htaccess file, you can host ClickOnce on an Apache based server. Simply create a text document with the following content: ErrorDocument 401 "Unauthorized"DirectoryIndex index.php index.shtml index.html publish.htm publish.htmlAddType application/x-ms-application applicationAddType application/x-ms-manifest manifestAddType application/octet-stream [...]