Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ASP / General ASP Topics / September 2008



Tip: Looking for answers? Try searching our database.

msxml3.dll error '80070005'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 05 Sep 2008 20:23 GMT
I have an asp page that is calling the msxml2.dll to open a XML file. When I
load the page for the first time I get

msxml3.dll error '80070005'
Access Denied  Error

but when I refresh the page, I can view the data from the XML document. Does
anyone know a cause of this and how can I resolve it?  My web app is running
on a total of 2 servers and I'm only having this issue on one of my servers.
Anthony Jones - 05 Sep 2008 21:41 GMT
>I have an asp page that is calling the msxml2.dll to open a XML file. When
>I load the page for the first time I get
[quoted text clipped - 6 lines]
> running on a total of 2 servers and I'm only having this issue on one of
> my servers.

It might help if you showed us some code and pointed out the line in ASP
where you get the error.

I have seen this sort of thing when a site has got inconsistent security
configured in its folder or files.

For example,  a folder is added to the site but whilst users in general have
access to the folder the need to allow the anonymous user access to the file
has been overlooked.  No one notices because the site is an intranet and an
authenticated connection is created silently when a user visits this folder.
Now the user visits an area where users in general have not been granted
access but the anonymous user has.  The request fails because the user has
an authenticated connection but no access.  A refresh is successful because
the previous error has caused the connection to be dropped and the new
connection  uses the anonymous user.

Signature

Anthony Jones - MVP ASP/ASP.NET

Mike - 08 Sep 2008 17:50 GMT
Here is the line of ASP code that is error is referring to;

sub GetFile()
dim objXML
set objXML = Server.CreateObject("Msxml2.DOMDocument")
 objXML.async = false

** this is the line that the error is referring to
if objXML.load(Server.MapPath(getFilePath()&_pcrfilename)) then

end if
end sub
>>I have an asp page that is calling the msxml2.dll to open a XML file. When
>>I load the page for the first time I get
[quoted text clipped - 22 lines]
> refresh is successful because the previous error has caused the connection
> to be dropped and the new connection  uses the anonymous user.
msxml3.dll - 24 Sep 2008 01:16 GMT
> I have an asp page that is calling the msxml2.dll to open a XML file. When I
> load the page for the first time I get
[quoted text clipped - 5 lines]
> anyone know a cause of this and how can I resolve it?  My web app is running
> on a total of 2 servers and I'm only having this issue on one of my servers.
aydın bostancı - 24 Sep 2008 20:56 GMT
> I have an asp page that is calling the msxml2.dll to open a XML file. When I
> load the page for the first time I get
[quoted text clipped - 5 lines]
> anyone know a cause of this and how can I resolve it?  My web app is running
> on a total of 2 servers and I'm only having this issue on one of my servers.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.