Allow anonymous access between times

Allow anonymous access between times

am 20.09.2006 14:20:42 von hals_left

Hi Is there any setting in Windows 2K3 or IIS 6 that can allow my
public website only to be accessed between certain times/days.

Rather than scedule the service teh stop is there anyway to serve a
custom error and deny access to the pages.
Thanks.

Re: Allow anonymous access between times

am 20.09.2006 18:58:23 von Miha Pihler

Hi,

When I need such feature, I usually do it on a network firewall. See if your
firewall supports such feature.

--
Mike
Microsoft MVP - Windows Security

wrote in message
news:1158754842.680617.136900@h48g2000cwc.googlegroups.com.. .
> Hi Is there any setting in Windows 2K3 or IIS 6 that can allow my
> public website only to be accessed between certain times/days.
>
> Rather than scedule the service teh stop is there anyway to serve a
> custom error and deny access to the pages.
> Thanks.
>

Re: Allow anonymous access between times

am 21.09.2006 05:18:06 von Bernard

You still need scheduler to helps you.
Rather than stopping the services, why not have a dummy site?
so what you will do at certain time period is:
a) stop the production website
b) start the notification website (predefined)

then reverse the order when it is time to open up the production website...

or if you are comfortable with coding, you always can check the time at the
web page itself.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


wrote in message
news:1158754842.680617.136900@h48g2000cwc.googlegroups.com.. .
> Hi Is there any setting in Windows 2K3 or IIS 6 that can allow my
> public website only to be accessed between certain times/days.
>
> Rather than scedule the service teh stop is there anyway to serve a
> custom error and deny access to the pages.
> Thanks.
>

Re: Allow anonymous access between times

am 28.09.2006 13:56:55 von hals_left

Thanks for the replies.
I think the firewall is best but Id like some custom page for the user.
I know ISA can do this scheduling but i dont think cisco does.

> a) stop the production website
> b) start the notification website (predefined)
> then reverse the order when it is time to open up the production website...

This sounds like what I want, I can make two websiets in IIS but how
would I script this stop/start action ? Would I need to script it then
schedule the vbscript?


> or if you are comfortable with coding, you always can check the time at the
> web page itself.
I am comforabkle with the code, but would just rather have a higher
level managed solution that is independant of the source code.




Bernard Cheah [MVP] wrote:
> You still need scheduler to helps you.
> Rather than stopping the services, why not have a dummy site?
> so what you will do at certain time period is:

>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> wrote in message
> news:1158754842.680617.136900@h48g2000cwc.googlegroups.com.. .
> > Hi Is there any setting in Windows 2K3 or IIS 6 that can allow my
> > public website only to be accessed between certain times/days.
> >
> > Rather than scedule the service teh stop is there anyway to serve a
> > custom error and deny access to the pages.
> > Thanks.
> >