I created a windows app, using IIS as the application server (remoting). Is there an easy way to implement client upgrades if I update the server code? Curious what other people have managed to do.
Thank you for any input into this issue.
Brian
What about this one:
http://csautoupdater.sourceforge.net/
Enterprise library Updater application block (don't think it's supported anymore). Example and links:
http://www.codeproject.com/csharp/vanillaupdaterblock.asp
Thanks,
Jimmy
Brian,
You really should try out ClickOnce deployment. It is invented for easy client deployment.
Cheers,
Herman
Copyright (c) Marimer LLC