Directory security - Server 2003

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

Hi all,
I've got a sub directory under my main app directory. I'm trying to use it
to upload files using PostedFile.SaveAs. The only way I could get it to work
was to add Everyone and set it to Full Control. Is this the only way to
handle this? Seems like it's not a good idea to have everyone with Full
Control.

Thanks
 
Have you tried adding the ASPNet user account and/or the IUSR account with
read/write/delete access?

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Yes, I tried that. That is what had me cofused. Adding read/write/modify to
the ASPNET account along with the IUSR_machinename account for this
directory still would not let me upload to it. It appears that only having
Everyone with at least read/write/modify will let me upload to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top