help required for solving the error for file uploading in asp.net

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hi Every body,
I am facing the problem, while uploading the file
on the server.
The Erro is

"Access to the path "file path" is denied."

this error become when i am going to upload the file.
I already have given the permission to ASPNET user on that directory.
I am also useing <location> tag in web.config to allow that user on that
directory.
Still i m facing that problem.
Any Body plz reply me as soon as possible

Regards,

Muhammad Jamil Nawaz
 
you have given asp.net access to that location but have you given it 'Write'
permissions as well as 'Read'

HTH

Ollie Riches
 

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

Back
Top