Hi, i got this message when trying to insert from web form into xml file.
Error Type:
msxml3.dll (0x80070005)
Access is denied.
/person/VerifyPerson.asp, line 64
// 7) Now save the nodes to the file
line 64 -> xmlDoc.save(Server.MapPath("Person.xml"));
What does Server.MapPath point to actually?
Anyone have any idea how to get around with this error?
Thanks.
Error Type:
msxml3.dll (0x80070005)
Access is denied.
/person/VerifyPerson.asp, line 64
// 7) Now save the nodes to the file
line 64 -> xmlDoc.save(Server.MapPath("Person.xml"));
What does Server.MapPath point to actually?
Anyone have any idea how to get around with this error?
Thanks.