I'm adding the following code to the Page_Load event handler in a test page:
Label1.Text = Request.ServerVariables["HTTP_GEOBYTESCITY"];
... and it's not doing anything.
The reason is that the only HTTP_GEOBYTES Server Variables available are: "HTTP_GEOBYTESIPADDRESS", "HTTP_GEOBYTESISPROXYNETWORK" and "HTTP_GEOBYTESISPROXYFORWARDERFOR"
I can run the test.html without any problems, so looks the installation went fine, what do I have to do to get this to work???? HELP!!!!!.
I'm running this in an XP Pro with IIS 5.1
Let me know