Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   File upload permissions (http://www.velocityreviews.com/forums/t66557-file-upload-permissions.html)

Mark 11-12-2003 04:32 PM

File upload permissions
 
I am working on a ASP .Net application that would allow the users to upload files to the server using htmlInputFile control. The server is W2K. My question is: what type of permissions are required to which accounts to faciliate uploading the file.

Any help will be much appreciated.

Mark

Alvin Bruney 11-12-2003 05:24 PM

Re: File upload permissions
 
the aspnet worker account will need write permissions on the directory. You
can do this by rightclicking on the folder and going to the security tab

--


-----------
Got TidBits?
Get it here: www.networkip.net/tidbits
"Mark" <markd@dynatechsolution.com> wrote in message
news:eouOLqTqDHA.1124@TK2MSFTNGP09.phx.gbl...
I am working on a ASP .Net application that would allow the users to upload
files to the server using htmlInputFile control. The server is W2K. My
question is: what type of permissions are required to which accounts to
faciliate uploading the file.

Any help will be much appreciated.

Mark



Suresh 11-12-2003 05:27 PM

File upload permissions
 
This is really a question for your networking group.
They should know who to give the appropriate permissions.

But for development sake give ASPNET user write
permissions to the directory where the files will be
uploaded.

HTH,
Suresh.

>-----Original Message-----
>I am working on a ASP .Net application that would allow

the users to upload files to the server using
htmlInputFile control. The server is W2K. My question is:
what type of permissions are required to which accounts to
faciliate uploading the file.
>
>Any help will be much appreciated.
>
>Mark



All times are GMT. The time now is 05:45 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57