Hi Everyone

I'm trying to learn asp.net and XML. I created an XML file, Schema and a typed dataset. So far, so good.

When I make changes to the dataset and try to write those changes back (mydata.writexml(server.mappath("myfile.xml"))
or call .save(), asp.net is denied access.

I can't figure out why its denied access. I've dug through IIS, given asp.net adminstrative priviledges, added asp.net in directory security in IIS......I'm pulling out my hair!

MSDN said to "right click the file in explorer, take properties, and click the security tab" What security tab? I'm running XP pro and I don't see a "security tab". (only sharing and web sharing)

Any help would be greatly appreciated! Thank you!