[Home] [By Thread] [By Date] [Recent Entries]
Martins Keruss wrote:
> In the source code
>
> Set objXMLDoc = CreateObject("Microsoft.XMLDOM") objXMLDoc.async =
> False objXMLDoc.load("C:\dati\aaa.xml") objXMLDoc.save("C:\dati\sample.xml")
>
> an message 'objXMLDoc.save permission denied' occured.
> Can You please help to solve this probl?
Where do you run that VBScript in? If it is IE that is a script embedded
in a HTML page then forget about it, you can't save from there. If it is
an ASP page or a Windows Script Host script then make sure ASP or
Windows Script Host has writing permissions for the directory/file used.
You might want to use an appropriate newsgroup on the news server
news.microsoft.com.
|

Cart



