|
|
Hi All,
I am tasked with automating .NET web deployments to multiple servers and was wondering if someone could help me out or point me in the right direction. Currently, they way I deploy code to our production servers is by copying over a zip file with the new code and then extracting the code to the www web root. Then I have to manually recycle the application pool for that particular website so the new code gets updated. My problem is that we have hundreds of websites and tens of servers. I dont script very much so would I be able to do this with vb and would it be easy or would I be better off looking elsewhere. Ideally what I would like to do is to copy the zip file over to the web server, extract the new code and overwrite existing, then recycle the application pool and if there are any errors spit it out to a log file. Thanks in advance for anyone taking the time to help out a newbie.
Thanks.
|
|
|