Allow write to folder with web.config

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
 
G

George Durzi

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

Showjumper

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

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
SterlingLa
Top