Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

One-click ASP.NET web-deploy including prerequisites?

Is there a way to deploy a website so it creates an executable/batch that when executed on the server, will install all the prerequisites (i.e. .NET version, IIS, SQL, local permissions etc.)?

I'm looking for the ONE-CLICKER I can provide my client with, so he just double-clicks it and it's all there.

like image 273
Shimmy Weitzhandler Avatar asked Nov 14 '22 07:11

Shimmy Weitzhandler


1 Answers

Have you looked at using the Web Deployment Project in Visual Studio? Here's a good blog post about it by Scott Hanselman.

Also I've heard good thigs about Wix.

like image 84
Marc Gagne Avatar answered Dec 05 '22 01:12

Marc Gagne