Products - IIS IPMap
IIS IPMAP
IIS IPMAP redirects HTTP client requests depending on their IP
address. The rule for the address is looked up in the registry.
IIS IPMAP is a IIS 2.0+ extension not a filter. Bad news is you must
create a key in the \scriptmap section in the registry. Good news is it
works with ".htm" too.
How it works
To install the extension simply insert a key under the "Script Map"
key with the value set to the path and filename of the extension.
Example: ".htm" = "C:\WINNT\SYSTEM32\INETSRV\IISIPMAP.dll"
The following keys in the registry are used: HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\W3SVC
\IISIPMAP
x.x.x.x target url
where x.x.x.x is the IP address. A * indicates all addresses in this
subnet.
128.10.10.* - redirect all hosts from 128.10.10.1 to 128.10.10.254
128.10.*.* - redirect all hosts from 128.10.1.1 to 128.10.254.254
This extension is free to the public for this version.
|