Re: IIS 5.1 (XP Pro) XML Security Issue
From: Paul Lynch (paul.lynch_at_nospam.com)
Date: 01/14/04
- Next message: Paul Lynch: "Re: IIS, OWA or AD problem ???!!!????"
- Previous message: Paul Lynch: "Re: Allow file download only to subscribers"
- In reply to: Richard Stewart: "IIS 5.1 (XP Pro) XML Security Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 14 Jan 2004 13:21:36 +0000
On Wed, 14 Jan 2004 00:21:08 -0800, Richard Stewart
<stewbier@hotmail.com> wrote:
>I am running IIS 5.1 on XP Pro and running into an issue with an asp page this is trying to create an XMLDOM (see code snippet below). I get an error that object is required. After quite a bit of trial and error I think it is a security issue. If I change the IIS App to logon with windows (not anonymous), it works fine. It also works fine if I set the anonymous user to Administrator (or normal user for that matter). I have the same app running on Win 2003 and was running it on Win 2K and never had troubles. What security permission do I need to give the I_USR account to make it work (using msxml3 by the way) or do I need to abandon I_USR and make a new one? Thanks in advance, going on the third day of guessing here.
>
>Code Snippet:
>set XMLDoc = Server.CreateObject("Microsoft.XMLDOM")
>XMLDoc.async = false
>XMLDoc.load ("http://v105-richard/AssetManager/dev/assetupload.xml")
>device = xmlDoc.DocumentElement.selectSingleNode("param[@id='device']").Text
Richard,
Its not a security issue, its a permissions problem. I'm guessing that
your IUSR_ account doesn't have the necessary access to to the MSXML
dll files (possibly) but you can verify this by using Filemon.
This KB article explains how :
HOWTO: Track "Permission Denied" Errors on DLL Files
http://support.microsoft.com/?id=286198
Regards,
Paul Lynch
MCSE
- Next message: Paul Lynch: "Re: IIS, OWA or AD problem ???!!!????"
- Previous message: Paul Lynch: "Re: Allow file download only to subscribers"
- In reply to: Richard Stewart: "IIS 5.1 (XP Pro) XML Security Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|