|
Subject:
|
Writing files in ASP
|
|
Posted By:
|
flyin
|
Post Date:
|
9/29/2003 12:27:09 PM
|
Hello all, I am looking for a COM Object that writes files in ASP that DOESN'T require Iusr Access, i would use the FileSystemObject, but it requires permissions, anyone can help it would be greatly appreciated!
flyin
|
|
Reply By:
|
planoie
|
Reply Date:
|
11/18/2003 6:32:11 PM
|
I don't think there is a way apart from using the FileSystemObject.
Regardless of that, you are still going to require IUSR access. If you need to write a file to disk, you are going to have to have the permissions in the OS. It doesn't matter what method you use to write the file.
Peter ------------------------------------------------------ Work smarter, not harder.
|