We currently have 2 web servers IIS 8.5 in DEV
We will push the servers to production to replace our current production servers
My question is, is the a way to build scripts on the fly to apply configuration updates to production after being tested in production.
We cannot use shared configurations because not all sites are the same but for the ones that are we would like be able to update them through a scripted method. Unless there is a better way.
I am thinking something like SQL when you get through their wizards and you have the option to build the script.
Is there anything like that with IIS 8.5?