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

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top