j.strugnell
j.strugnell

Reputation: 407

Holding Page during SharePoint Upgrade?

We'll be upgrading a client's MOSS public internet site soon from a Cumulative Update to SP2 and are conscious that there will be downtime (to perform the upgrade and possibly troubleshooting!). We would like to add a holding page so that visitors still get access to key contact details and a message that the site is under maintenance.

Does anyone have any tips for doing this type of thing with SharePoint? I know of the app_offline.htm file that when dropped into the web root, will automatically prevent access to the rest of the site but wasn't sure if this was standard practice in the SharePoint world?

Any tips?

Cheers, James.

Upvotes: 0

Views: 372

Answers (2)

Alex Angas
Alex Angas

Reputation: 60037

As this is a public intranet site you are updating, presumably there is already a test environment for it that is close or the same in configuration. It is important to follow exactly the same steps for updating the test environment as you would for production. These should be documented as well and followed to the letter to reduce the likelihood of mistakes. This way you are much less likely to run into problems.

I would try app_offline.htm as you suggest (like Magnus I don't believe there is another way to take SharePoint offline). If your test environment updates with this in place you should be fine.

Upvotes: 1

Magnus Johansson
Magnus Johansson

Reputation: 28325

If the app_offline.htm works for you, then by all means, use it. I think that it will the best option for you, and to the best of my knowledge SharePoint doesn't have any other means of putting itself offline.

Upvotes: 1

Related Questions