|
-
Jul 30th, 2005, 11:41 AM
#1
Thread Starter
Fanatic Member
xml is denied
hi, I got the following errors(line 36) when I try " a guestbook.aspx"
will anyone help me?
Thanks in advance..
Server Error in '/' Application.
Access to the path "c:\inetpub\wwwroot\guestbook.xml" is denied.
Source Error:
Line 34: // Insert the new element into the XML tree and save
Line 35: myXmlDocument.DocumentElement.InsertBefore(myXmlElement, myXmlNode);
Line 36: myXmlDocument.Save(Server.MapPath("guestbook.xml"));
Line 37:
Line 38: // Re-bind data since the data has c
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|