Does DM have app_offline support in IIS?
FELKERD
Posts: 10
When we deploy our package to the IIS website is there any app_offline.htm file placed into the directory while the files are copying so users don't get error messages? Just curious to know how Deployment Manager deals with active web sites where users are trying to access during a deployment.
Comments
Deployment Manager's IIS deployment behaviour, and ways of configuring it, are described in more detail here.
However, if you still need to do in-place deployment (by setting the RedGatePackageDirectoryPath variable) and use an app_offline.htm, you could use PreDeploy.ps1 and PostDeploy.ps1 scripts to add that behaviour to the deployment.
Redgate Software