Share via


SharePoint 2013: How to Create Maintenance Pages

French Podcast

View

English Explanation

Every website has to perform maintenance at some point or another. This can be for different raisons:

  • Upgrade or Patches installation
  • Troobleshooting
  • ... 

Often small society just do updates on a live site which might not be suitable for larger small society or departements that needs an update that could take longer to perform. For those updates, you need to take the site down, so you don’t expose broken areas of sites to the users.

There are 6 different maintenance pages. You should choose one of the pages described here under and make your own page:

  • Short and Simple 
  • Be Compassionate 
  • Humorous
  • Familiar Look and Feel 
  • Countdown for Return 
  • Progress and Updates

  

I chose the 1 option: "Short and Simple" to create my maintenance Page. It says what it has to say and even more. There is a hyperlink where customers or even colleagues could click and send me a message so I can answer them directly.

http://www.gknzcfc.net/style/maintenance001.png

 

 

Therefore you have to create a simple HTML file. Place some descriptive text or images to the file, Make sure the file size is at least 512 bytes (otherwise, you will get 404 page not found error!).

http://www.gknzcfc.net/style/maintenance003.png

 

 

Navigate now to wwwroot and paste the HTML file.

http://www.gknzcfc.net/style/maintenance002.png

 

 

When you’ve finished with the HTML file you can connect to the IIS Server where the website is hosted. Select your site and stop this. That's all!

http://www.gknzcfc.net/style/maintenance004.png

 

 

When customers or colleagues want to surf to your SharePoint Site they will get this screen. As long as this file exists in the root, ASP.NET shuts down the site, stops processing any requests.

http://www.gknzcfc.net/style/maintenance001.png

 

 

When you’ve finished with your maintenance, just Start/Restart your site and delete the HTML file. Run you’re SP WakeUP and your site will be up and running.

http://www.gknzcfc.net/style/maintenance005.png

 

http://www.gknzcfc.net/style/maintenance006.png