Error Type:
msxml3.dll (0x80070005)
Access is denied.
/MyWeb/test1.asp, line 17

Please resolve this error while saving elements in XML file

test1.asp is:-

<%
Dim objDom
Dim objRoot
Dim objChild1
Dim objChild2
Dim objPI

Set objDom = Server.CreateOb ject("Microsoft .XMLDOM")
Set objRoot = objDom.createEl ement("rootElem ent")...