Deploying application with ClickOnce to network share while being offsite

Posted by MadBoy on Stack Overflow See other posts from Stack Overflow or by MadBoy
Published on 2010-04-16T06:16:55Z Indexed on 2010/04/16 6:23 UTC
Read the original article Hit count: 278

I have application written in Visual Studio 2008 which I deploy with ClickOnce to network share while at work. Sometimes I work from home and I don't have VPN that allows access of shares to deploy application from outside of company. Is there a way that I could simple pack it, send thru FTP and unpack it on the server so that ClickOnce never notices it's been delivered differently and so it doesn't loose numeration and everything associated with normal network deployment? It's C#, .NET 3.5 application.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about clickonce