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
Teemu Keiski - 10 Jul 2007 17:46 GMT
Is the server Windows Server 2003? In that case the user would be NETWORK
SERVICE.

Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
> Hi all,
>
[quoted text clipped - 12 lines]
>
> Matt
Matt - 10 Jul 2007 18:30 GMT
It's actually on XP Pro, running localhost to IIS
>Is the server Windows Server 2003? In that case the user would be NETWORK
>SERVICE.
Teemu Keiski - 11 Jul 2007 08:50 GMT
In that case the correct user is ASPNET. What's the location you set the
permissions for, is it some special?

Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
> It's actually on XP Pro, running localhost to IIS
>
>>Is the server Windows Server 2003? In that case the user would be NETWORK
>>SERVICE.