Access to the path is denied
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to upload a file to a folder in production server, using the SaveAs method of the upload server control. My target folder is 'E:\inetpub\vhosts\marinasecuritieslimited.com\httpdocs\stockinfo\test_data.txt However i got this error "Access to the path 'E:\inetpub\vhosts\marinasecuritieslimited.com\httpdocs\stockinfo\test_data.txt' is denied" after clicking the upload button. Have granted asp.net user access to write the folder, yet the error is still the same. Can someone help me please?