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


treeTop - 2:38 pm on Jul 30, 2004 (gmt 0)


Thanks guys. My problem is slightly different. I am instantiating XMLHTTP object in javascript (maybe I am at wrong forum), I am using something like this...

var xmlHTTP = new ActiveXObject("Msxml2.XMLHTTP.4.0");
xmlHTTP.open("GET","https:/www.someurl.com", false);
var returnValue = xmlHTTP.responseText;

I am getting access denied error at line 2 at xmlHTTP.open call. Although this when I run locally (by giving file path instead of url) works well.


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