C# Application deployment with unmanaged dlls from a PHP server
I want to deploy a C# application from my website which is hosted in Linux/PHP Apache. It has a couple of managed and unmanaged dlls as dependencie开发者_如何学Pythons. Can someone please tell if I can use ClikcOnce on Apache server, and if yes how I will be able to do it. thanks in advance
click once only produce static files.
just check if the server will correctly serve all files (as content).
[edit] to conclude the comments, the 1&1 hosting provider php offer does not block files for a click once setup
Don't forget to set the MIME types correctly.
http://robindotnet.wordpress.com/2010/06/12/mime-types-for-clickonce-deployment/
精彩评论