Page is a not externally linkable
- Microsoft
-- Microsoft IIS Web Server and ASP.NET
---- MSXML2.XMLHTTP.4.0 --> Open "access denied"


duckhunter - 10:27 pm on Jul 25, 2004 (gmt 0)


What does the following return to you?

On Error Resume Next
theURL = "http://www.somedomain.com/page.asp"
objSrvHTTP.open ("GET",theURL,false);

If err.Number <> 0 Then
Response.write Err.Description
End If


Thread source:: http://www.webmasterworld.com/microsoft_asp_net/1895.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com