开发者

C# Application deployment with unmanaged dlls from a PHP server

开发者 https://www.devze.com 2023-02-08 08:52 出处:网络
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 ca

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消