ASP FormsAs of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hello all, I am looking for a COM Object that writes files in ASP that [u]DOESN'T</u> require Iusr Access, i would use the FileSystemObject, but it requires permissions, anyone can help it would be greatly appreciated!
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.