Redirecting a home page to an holding page in IIS
Hi All, I am working on issue that the issue is as follows. http://riskpaqweb/ is an intranet portal which is hosted in IIS. And this shows the home page of the intranet portal. Currently this website is under up gradation and some modifications .So i need to host a holding page during this up gradation. i mean to say that when ever one user opens the link http://riskpaqweb/ i have to show this holding page which shows the end users that the system is currently up gradation. I have to redirect the home page to this holding page this is the requirement. could any one please suggest. Thanks and Regards Balaji Y
May 9th, 2011 11:08am

Hello, for IIS questions, post in IIS forums: http://forums.iis.net/ This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. Microsoft Student Partner Microsoft Certified Professional Microsoft Certified Systems Administrator: Security Microsoft Certified Systems Engineer: Security Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration Microsoft Certified Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
Free Windows Admin Tool Kit Click here and download it now
May 9th, 2011 11:11am

it really depends on your enviornment. For some of our sites, we have 2 web directiores set up, port 80 and 81. Port 81 is the "site down" page. Maintenance is just flicking the ports (by a automated job). The devs know that if they need to test the site during maintenace then use port 81. This is fine for some of our internal sites, but there is a risk that someone else will access the site over :81 (which may be unacceptable) Other ways is to port forward (netsh interface portproxy) to somewhere else, but this may impact the ability of the team doing the upgrade to test the site. Or just change the DNS entry for riskpaqweb to point to another server
May 9th, 2011 7:54pm

Hi Balaji, Thanks for posting here. You may also consider customizing error pages for informing the situation or maybe auto redirect to the proper address if custom by ASP: Configuring Custom Error Messages (IIS 6.0) http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/80cb8d8d-8fd8-4af5-bb3b-4d11fff3ab9c.mspx?mfr=true Creating Custom ASP Error Pages http://support.microsoft.com/kb/224070 Thanks. Tiger Li Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2011 3:48am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics