File Upload Permissions

J

Jay

As described in http://support.microsoft.com/kb/323246 I set the
permissions on folder that I am uploading to as full control for
Computername\ASPNET. This worked on my development laptop but not on the
production server. I was very careful to make sure the permissions were set
correctly.

In order to upload files I had to add Everyone and set permissions to full
control. Obviously, I do not want that.

Any thoughts as to why using ASPNET does not work.

Jay
 
K

Kevin Spencer

The first thing to do would be to figure out what user account ASP.Net is
running under on the server machine. Then assign the same permissions to it
that you assigned to the account you used on your local machine.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
S

Steve C. Orr [MVP, MCSD]

If your production server is Windows 2003 then ASP.NET runs under a
different user account by default: NetworkService
That is the account that will need the elevated permissions.
 

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

Folder Permissions for File Upload 2
Error Uploading Files 2
File Upload question 5
File Upload Access Problems 5
WebClient Upload 3
file upload problem 7
Zero Upload Speed 6
File Upload Folder Permissions 5

Top