deployment - Does anybody create installers to deploy internal asp.net web applications? -


I have always deployed my web applications via FTP (sometimes even xcopy), and then manually databases Scripts are run manually I

I have started deploying this way in the 90's, but lately, I have seen some web apps with the installer. I am starting to question, if I have been stopped in a dated process, I am a consultant, my applications are usually internal, so I do not worry about distribute them and install others.

But I'm curious; Does any encryption installs installers to install web encryption?

If so, why? (Voluntarily, compulsory, or part of the automation process)

And have you had a problem doing so?

of course. We use it for all our apps, in this way we make installers and run it on QA and Yut environments to test and we know what is going to happen in production. There is no conjecture in the order in which someone can do something, or if they miss one step. It makes things a lot easier.

Oh, I also forgot about the automated process we have system (Anti Hill Pro) which automatically apply it in the appropriate environment. QA people do not have to wait to do anything, because it's all happened at 2 o'clock. If they need to run the build again with updates, then the god checks the code and we press a button, and it is automatically deployed. Build Engineer is not waiting because he is in a meeting or is sick or whatever


Comments