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
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