Maintenance page
This page was created by Lars.olofsson on 2021-04-15. Last edited by Edgar on 2025-01-20.
Offline page
- When you update your server, you might want a message telling your users about that.
- On IIS, you can put a file called app_offline.htm in the app directory - it will be shown instead of any other processing.
Turnkey server
We include the file app_offline - NotInEffect.htm in the root of the Turnkey application.
- Rename the file to app_offline.htm and then recycle the app pool (or restart the web app in Azure) to make the file take effect.
- Deploy your new TK version and then rename the file back or to anything that is not app_offline.htm
- You can also easily edit the file content to something more fitting.