Results 1 to 3 of 3

Thread: saving an XML document

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    20

    saving an XML document

    i am using an XML configuration file for a menu on my website. I want to be able to write changes to the file from a page on the site, but i keep on getting an "Access Violation" when I try to write to disk.

    I have setup the directory to allow write access from the IIS configuration.

    Any help would be greatly apprectiated!

    Thanks, Rich

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    Make sure you have permissions to write. Check int the IIS console if write permissions are set. Also, if you are using a server OS with NTFS file system, check the security options for the directory you want to write to.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    20

    the solution

    thanks for your input..

    it just so happens that i have figured out how to do it in the meanwhile:

    as you said, it is important to have the settings correct in IIS. also, you have to set the directory permissions for the IUSR_<computername> account to allow writing.

    The IUSR_<comptuername> account is the internet guest account used when someone logs into your IIS server.

    regards,
    richard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width