Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permission Denied

Status
Not open for further replies.

abc112

Technical User
Jan 14, 2005
3
DK
I am trying to load som XML down from a file on my domain, I am using a Httprequest like this

set xmlHttp = CreateObject("Microsoft.XMLHTTP")

xmlHttp.open ("GET", false)
xmlHttp.send()
xmlDoc=xmlHttp.responseText

In connection with this I can mention that the file I am trying to access is on the same domain as the file I shold bee showed in. The Domain I also trusted in IE and security settings are low. And I still get permission denied went I try to access the file. How that be

Soren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top