I have IIS-Hosted WCF application and services. I want to automate the process to deploy this application into test/Acceptance test/production environments What is the best way to automate the process and make it very easy to the system administrators? assuming that the web site / (or virtual directory) is already there and I don't have to re-create it.
the test environment has virtual directory for this service. acceptance test and production have a web site for this service.