![]() |
Allow write to folder with web.config
How can I set the write permissions for a certian folder within a virtual
directory using the web.config file? Essentially, I want to give the ASP.NET user write permissions to the "uploads" folder so I can upload files to my site. Thanx |
Re: Allow write to folder with web.config
I might be wrong, but I'm pretty sure that's something you would set up
directly in the file system. In web.config, you can use the location tag to specify rights for certain folders. but that's generally used within FormsAuthentication to allow or deny access to certain folders. "Ryan" <web@balancestudios.com> wrote in message news:%234Zw2EU3DHA.1428@TK2MSFTNGP12.phx.gbl... > How can I set the write permissions for a certian folder within a virtual > directory using the web.config file? > > Essentially, I want to give the ASP.NET user write permissions to the > "uploads" folder so I can upload files to my site. > > Thanx > > |
Re: Allow write to folder with web.config
>>>Essentially, I want to give the ASP.NET user write permissions to the
"uploads" folder so I can upload files to my site. I believe this is done via your host's conrol panel for your site or may need to be done by the host's people themselves |
Re: Allow write to folder with web.config
|
| All times are GMT. The time now is 10:46 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.