web-setup-project

Deploy Web Setup Project without downtime

When it's time to deploy, we build our Web Setup Project which creates a new .msi that we install on our server. Currently this involves: uninstalling the existing installation installing the new msi copying in a server specific web.config This presents us with the following problems: site goes down between uninstall and reinstall...

How Create deployment application for ASP.Net, windows service?

Hi,I am currently working in a project where it is having multiple asp.net web applications, windows services. Now we have a requirement that I need to create an Setup application should do the following tasks automatically create database, install web applications in IIS virtual directories, install windows services and modify all con...