File Upload Security

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
 
T

Teemu Keiski

Is the server Windows Server 2003? In that case the user would be NETWORK
SERVICE.
 
T

Teemu Keiski

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

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

Top