12-15-04 11:27 PM
Hi
I'm testing my web site accross the web but I'm having connectivity probs in
that it's always failing - I can reach the web but when I have the lines:
Set oConnection = Test.CreateConnection(strURL, 80, false)
If (oConnection is Nothing) Then
Test.Trace "Error: Unable to create connection to " + strURL
where URL is the test site then it fails. Tried the IP address but that
fails as well - as does soemthing like "www.google.com".
Any ideas?
Thx
Ben
[ Post a follow-up to this message ]
|