Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a .NET App
Message
From
11/10/2013 09:08:01
 
 
General information
Forum:
ASP.NET
Category:
Deployments
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01585223
Message ID:
01585259
Views:
49
Likes (1)
Depending on the version of Visual Studio, this may not be an option. Setup projects have been removed from VS 2012 and newer. I'd look at something like Inno setup.


>Look at 'ClickOnce' deployment : http://msdn.microsoft.com/en-us/library/t71a733d.aspx
>I've used it a couple of times and it works well.
>
>"ClickOnce applications can be self-updating; they can check for newer versions as they become available and automatically replace any updated files. The developer can specify the update behavior; a network administrator can also control update strategies, for example, marking an update as mandatory. Updates can also be rolled back to an earlier version by the end user or by an administrator. "
>
>You can run it from a web site, a shared network drive or CD/DVD disc. Your app can automatically check for updates on startup and download any updated assemblies in the background so that they are available on the next startup. If any bugs are inadvertently present in the update then the rollback option is a godsend ! :-}
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform