I have a heavy traffic aspx page calling a web service upon every user`s request as follows.
string uri = \"Path.asmx\"; string soap = \"soap xml string\";
Have you tried to specify UserAgent for your request? For example:
request.UserAgent = "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)";