Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Temporarily Override Default.aspx?

  Asked By: Dario Hinton         Date: Sep 24, 2007      Category: Sharepoint      Views: 969
 

Our 2003 SharePoint site will be down for an hour or two while we
upgrage to SQL 2005. If users try to hit the site, I want a simple
little HTML (or aspx) page to display, explaining the downtime. I
created one and put in the inetpub directory that IIS points to, but
that wasn't the solution. Any ideas?

Tagged:        

 

7 Answers Found

 
Answer #1       Answered By: Ruth George          Answered On: Sep 24, 2007       

Use SharePoint Designer to temporarily rename the default.aspx file in
the root and create a small replacement page.

 
Answer #2       Answered By: Peter Peterson          Answered On: Sep 24, 2007       

I found it easier to create a new, non-SharePoint, web site in IIS
Manager with the same IP/Port/Host Header. Then, still in IIS Manager,
stop the SharePoint site and start this new one.

 
Answer #3       Answered By: Kalyan Pujari          Answered On: Sep 24, 2007       

I would add a second non-SharePoint IIS Web Site with a host header that
nearly matches your SharePoint site with a simple default  "under
construction/maintenance" HTML page in the root. When you go to do
maintenance, simply redirect all traffic from the SharePoint site to the
non-SharePoint site by changing the host headers on the IIS Web Sites
(or even better by changing a firewall, ISA, or proxy server rule). When
people attempt to go anywhere in the site including deep down links you
can configure IIS to just show the "under construction/maintenance" HTML
home page.

In short, while under maintenance, redirect traffic to a non-SharePoint
site. What's great is that this site can have host headers for all
site's that could be offline. There could be a dozen sites all under
maintenance simultaneously all pointed to the "under maintenance" site.

 
Answer #4       Answered By: Isidro Berger          Answered On: Sep 24, 2007       

maybe I'm doing something wrong here. I need something that
will work while SQL Server is stopped (while we do the upgrade). So
on our staging server I did exactly as you suggested. In SPD I
replace our default.aspx with one that just displays some html. Then
I stopped SQL server, ran IIS Reset, and now when I try to hit the
site I get "Internet Explorer Cannot Display the Webpage".

 
Answer #5       Answered By: Schuyler Le          Answered On: Sep 24, 2007       

The solution that you attempted (using SPD) is still using SharePoint, which of
course uses SQL Server.

 
Answer #6       Answered By: Kristina Cox          Answered On: Sep 24, 2007       

Sorry, I should read better. I missed the spot where they were
upgrading to SQL 2005.

 
Answer #7       Answered By: Delbert Frederick          Answered On: Sep 24, 2007       

If you are going to be stopping the SQL server as well then what I
mentioned won't work. Your best bet then is to do what Paul Schaeflien
suggested. Stop the SharePoint webapp in IIS. Create a reqular IIS
website using the same IP, Portnumber and HostHeader as the SharePoint
site. Put the simple default.aspx in the new website. When you want to
go back to SharePoint, stop the IIS temporary website you created and
restart the SharePoint web app.

 
Didn't find what you were looking for? Find more on Temporarily Override Default.aspx? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].