ASP Redirect based on Geo Location

Sailor

Perch
I have a request from a client to redirect visitors from Japan to his US .com site back to the .jp website (which is hosted by his distributor and not under my control).

I know sites like Google do this all the time - detect your incoming IP location and redirect you to the local version. Is there a way to do that, either at the server level or with something in the headers of my .ASP pages?

All the solutions I've been able to find want to use .htaccess or modRewrite, which won't work on an Windows server. Any clues if this is possible?
 
it would have to be in code, we can't detect that at server level.

now there are specialized solutions for load balancers with geolocation and redirect, but those are actually a high level code redirect as well.
 
Back
Top