I have a web project with multiple sites and steps that need to be run for a deployment (deploy Website1, deploy website 2, update database, etc)
I want to put the website offline so that no one can access it while I am updating the database/websites.
Does anyone know a nice way (power shell script to take site off line via app_offline file?) to make my site offline until the whole deployment is complete?