How can I do a "Coming Soon" redirect on IIS6 for everyone except a couple specific IPs?
Posted
by colinodell
on Server Fault
See other posts from Server Fault
or by colinodell
Published on 2009-09-19T02:15:20Z
Indexed on
2010/06/14
22:03 UTC
Read the original article
Hit count: 196
We're about to do some major maintanence on an IIS 6 / ASP (Classic) website. We want all visitors to be redirected to a "Coming Soon" page (or something similar). This should NOT apply to our dev team (operating remotely), so we'd want to specify certain IPs that should have access to the under-construction site.
How can this be accomplished in IIS 6? (Using classic ASP if needed)
© Server Fault or respective owner