Hi,
I have a site in which I want to unable users from certain countries to access my site... or maybe re-direct them to another page.
Is there any way to identify based on IP what country the user is comming from?
and then you something like:
If IP = IPrange
then
Request.Redirect "quit.asp"
Else
Request.Redirect "requestepage.asp"
Thanks in advance,
sbayter
I have a site in which I want to unable users from certain countries to access my site... or maybe re-direct them to another page.
Is there any way to identify based on IP what country the user is comming from?
and then you something like:
If IP = IPrange
then
Request.Redirect "quit.asp"
Else
Request.Redirect "requestepage.asp"
Thanks in advance,
sbayter