Folder Permissions for File Upload

J

Jay

This has to do with uploading files to a folder on the web server.

In http://support.microsoft.com/kb/323246

it indicates that the permissions on the folder you are uploading to should
be set on user MachineName\ASPNET. This does not work for me on our
production server. It does on my development PC. In order to upload on the
productions server I had to use Everyone with full control.

Any thoughts.

jay
 
J

Jason Bentley

Jay, your development machine probably uses Windows Integrated
Authentication and your production server probably does not. True? If
so, if your Production server uses Win2k, you need to grant the system
service write access on the folder, if it is Win2k3, you need to grant
the Network service write access unless it is running under a different
security context.

Jason Bentley
http://geekswithblogs.net/jbentley
 

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

Similar Threads

File Upload Permissions 2
File Upload question 5
File Upload Folder Permissions 5
Error Uploading Files 2
File Upload control 5
File upload permissions 2
File Upload Path Problem 2
A few file upload questions 5

Top