File Upload Security

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Hi all,

I am tryign to do simple file uploading and no matter where I try to
have the file saved to I am getting 'Access denied' to the
destination...

Dim newFile As New IO.FileStream(strPath, IO.FileMode.Create)

I have tried a numer of locations, each folder I have given EVERY user
FULL access to... Including ASPNET and IUSR_*

Anything else I need t check?

Thanks!

Matt
 
In that case the correct user is ASPNET. What's the location you set the
permissions for, is it some special?
 
Back
Top