Allow write to folder with web.config

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

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
 
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.
 
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
 

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