Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I have answered some questions and have gotten answers for my questions. Anywhere you can do this on one page helps tremendously..."

Geography

Where in the world do Tek-Tips members come from?
rlawrence (Programmer)
14 Jun 12 16:13
I've been researching this problem for days now and am no closer to a resolution. I've searched for solutions on this forum and others, but most do not seem to apply, or the recommended solution had no effect. I hope someone here can help.

This is a simple call to MSXML.TransformNode(). This function and the XSL style sheet are used on several other web sites that I manage without a problem. This web site, however, results in an error message...

Quote:


msxml3.dll error '80070005'

Access is denied.

Here's a code segment that reproduces the problem:

CODE

' Read the XML from a file.
Dim cXML, XmlDom, XslDom
cXML = FileToStr("TestXMLTransform.xml")
set XmlDom = Server.CreateObject("Microsoft.XMLDOM")
XmlDom.LoadXML( cXML )

call AddGeneralXML(XmlDom)
set xsldom = Server.CreateObject("Microsoft.XMLDOM")
xsldom.Load(Server.MapPath("/OrderReview.xsl"))

cTable = xmldom.transformNode(xsldom)

The XML document being transformed (from TestXMLTransform.xml) is a sample order. I've tested this on different orders and the behavior is the same.

As I illuded above, this web site is a copy of a template that I use on several others. This has never been a problem before. Furthermore, I generally work from my local server before posting to the live server. The local server works fine! F.Y.I. Both the local and the live servers are running Windows 2003 with IIS6.

Also, if I take the same test code above and put it on another web site on the live server, it works fine!

If I place the code in an admin folder of the problem web site (which requires a login) the procedure works fine.

So, the only thing left (it seems to me) is something with permissions, or the configuration of this web site. So...

I exported the configuration from another web site (where things work) and re-imported it as a duplicate in IIS on the live server. I then pointed the new web site to the same IP and home folder for the problem web site, and I get the "Access is denied." error. I think that means that it's not the IIS configuration.

The security permissions on the home folder are the same as other web sites. I've checked and re-checked these ad-nausium.

I sure could use some new thoughts on where to go from here.

Thanks in advance,

Ron

rlawrence (Programmer)
14 Jun 12 16:53
O...M...G...!

I just took one more look at the permissions settings on the home folder for the web site. There were permissions set for another web developer who is no longer working on the project. So, I deleted that permission (which was liberal), and the problem seems to be gone. I can make no sense of this. This user account has nothing to do with the IUSER... account.

I'm still in disbelief. I'll check it again in the morning. :-/

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close