Permissions needed for user to upload file to an App_Data subfolder
- From: "Paul Shapiro" <paul@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 10 Mar 2008 00:37:33 -0400
I saw a recent note here that user file uploads should be directed to a subfolder of App_Data to avoid site recompilation each time a file is uploaded. That worked fine on my development machine, but when I deployed to a test site at my web host, it fails:
Access to the path '...\App_Data\PDFFiles\Filename.pdf' is denied.
How do I set permissions to allow writing a file into that folder? Is this something I do in my page or site configuration, or do I need to contact the web hosting company?
.
- Follow-Ups:
- Re: Permissions needed for user to upload file to an App_Data subfolder
- From: Mark Fitzpatrick
- Re: Permissions needed for user to upload file to an App_Data subfolder
- Prev by Date: What about the next statement afeter response.redirect and server.transfer?
- Next by Date: Re: Redirect after 5 seconds only if bolNeedToRedirect=True ?
- Previous by thread: What about the next statement afeter response.redirect and server.transfer?
- Next by thread: Re: Permissions needed for user to upload file to an App_Data subfolder
- Index(es):