|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (1 bit)
Join Date: May 2006
Posts: 1
|
I want to detect client ip addresss and check whether the ip is within th ip range.
Eg. ip address=192.168.30.77 range 30.10 to 30 how to check the ip address is within the range in asp? Thanks.. |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Sep 2005
Location: UK
Posts: 114
|
i think its something along the lines of:
Code:
Request.ServerVariables("REMOTE_HOST")
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|