Groups | Blog | Home
all groups > inetserver asp general > september 2005 >

inetserver asp general : Allowing Write access without using IUSR


AVB
9/14/2005 9:59:33 AM
Is there any other way to write files to a directory than allowing the
IUSR write access. We have a website that will be writing XML files and
Label files to a directory outside of our website directory but I am
hesitant to give the generic IUSR account write access to anything and
wondered if we could asign a different account or if there was some
sort of ASP script we could use. These files will be created based on a
received XML string (used for label generation) then saved to the
server for archiving and/or recreation of the labels. Any ideas? TIA!
Elmo Watson
9/14/2005 1:22:29 PM
not that I know of - the IUSR account is what the web server uses to
accomplish tasks on the site - to be able to write to a directory, that user
MUST have the correct permissions.

David Wier
http://aspexpress.com

[quoted text, click to view]

Tom Kaminski [MVP]
9/14/2005 4:39:25 PM
[quoted text, click to view]

Write a custom component that handles the file writing, register the
component in COM+ and assign it a specific account to run as.

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS

AddThis Social Bookmark Button