Thanks for the reply, it's good that you remind about the folder security. i forget about it.
my Data relies in SQL Database. when the user click a button (say export) then i have to get the data from the Database and write to an XML file in to specific folder. and also what is the best way to xml file. there are lot of methods mentinoned in web such as using XMLDocumnt, XMLtextWriter etc. i'm bit confused on writing xml. i dont' know how to get this done to a specific folder. and which method to you to write xml. On Tue, Jun 15, 2010 at 7:58 PM, Stephen Russell <[email protected]>wrote: > On Tue, Jun 15, 2010 at 3:23 AM, Rifky Rafeethu <[email protected]> > wrote: > > Hi all, > > > > even though i'm a member of this for few months, this is my first > > discussion. > > > > my issue is, i'm working on a asp.net project. i need to create a xml > > file in the server when the user click a button. > > the file must be created in a specif folder (outside iis folder). how > > to do this. > ----------------------- > > Verify rights for the ASP user when you do your .Write() operation to > a non WEB folder. > > There are many ways to manufacture xml. Do you start with real data > that will be part of this output? If so how is it currently handled > in your current page? > > > -- > Stephen Russell > > Sr. Production Systems Programmer > CIMSgts > > 901.246-0159 cell >
