re:
!> Using .NET, what are some good ways to determine which
!> country a given IP the request IP address resides in?
You need a country/IP database for that.
Here's a good service...
MaxMind's GeoIP :
http://www.maxmind.com/app/ip-location
The APIs are at : http://www.maxmind.com/app/api
They have both C# and VB.NET classes available.
Check it out. If you like it, you may want to purchase their service.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Using .NET, what are some good ways to determine which country a given IP the request IP address resides in?
>
> thanks
>
> scottm