Groups | Blog | Home
all groups > iis security > september 2003 >

iis security : msxml4.dll: Access is denied.


Mike S
9/30/2003 9:43:21 AM
Hi,
I am getting this err when trying to load XML file all on
the same machine local iis (personal server).
I am running Win2000, .NET, msxml4.0

This occurs using html or asp page using client or server
code. The same html page works fine when run in the
browser as: c:\...\test1.htm but get access denied when
run as http://localhost/.../test1.htm

BTW, pages using the filesystem object work fine. The
error occurs calling msxml3.0 or 4.0 - here is the code:

var xmlDoc = new ActiveXObject("Msxml2.DOMDocument.4.0")
xmlDoc.async = false;
xmlDoc.load("c:\\temp\\vendors.xml") <--error


Please help - Thanks.
Bernard
10/1/2003 12:34:44 PM
do your application using any IIS authentication ?

general advise is to track file access, refer
HOWTO: Track "Permission Denied" Errors on DLL Files
http://support.microsoft.com/?id=286198

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...



[quoted text, click to view]

AddThis Social Bookmark Button