Writing to data files with IIS

2003-02-19 Thread dan
I'm writing an administration script for a website, it reads files fine, however when it comes to open files for writing, I get the Permission denied error message. I'm not exactly sure what's wrong with this. Is this a configuration problem at IIS's end, or do I need to do soemthing special with

Re: Writing to data files with IIS

2003-02-19 Thread R. Joseph Newton
dan wrote: I'm writing an administration script for a website, it reads files fine, however when it comes to open files for writing, I get the Permission denied error message. I'm not exactly sure what's wrong with this. Is this a configuration problem at IIS's end, or do I need to do