Re: restricting access by IP addresses
From: Peter O'Reilly (Peter_OReilly@timeinc.com**no_spam**)
Date: 07/31/02
- Next message: Peter O'Reilly: "Re: What types of encryptions are there?"
- Previous message: Christopher Zacharias: "how do I code a user created subdirectory?"
- In reply to: Matt: "restricting access by IP addresses"
- Next in thread: Mauricio Marquez Anze: "Re: restricting access by IP addresses"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Peter O'Reilly" <Peter_OReilly@timeinc.com**no_spam**> Date: Wed, 31 Jul 2002 16:22:15 -0400
As someone previously noted, IP Address feature is disabled in ISM for Win2k
Pro. Keep in mind, Win2k Pro is good to develop on, but is subject to 10
concurrent web connection limitation which does not make it ideal as a
production machine. I sometimes hit this limit when I have a few different
browsers, i.e. Opera/Netscape/IE open to test my apps.
One workaround is to programmatically screen HTTP Requests, i.e. match up
the list of ok IP addresses with
the UserHostAddress of the Request object. No such luck finding a solution
in the web.config file. This code could be part of a server side include
perhaps. The IIS setting Win2k Server is most ideal.
Hope this helps.
-- Peter O'Reilly
- Next message: Peter O'Reilly: "Re: What types of encryptions are there?"
- Previous message: Christopher Zacharias: "how do I code a user created subdirectory?"
- In reply to: Matt: "restricting access by IP addresses"
- Next in thread: Mauricio Marquez Anze: "Re: restricting access by IP addresses"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|