In Windows Server 2003 correct to user to set permissions for is NETWORK
SERVICE (controlled by application pool settings of your application).
ASPNET would be the user in 2000/XP.
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"Rafael tejera" <> wrote in message
news:...
> I'm having problem with a upload file
>
> My server is a Microsoft Windows 2003. IIS 6
>
>
> FileUpload1.PostedFile.SaveAs(InputPath + "\\" + filename);
>
>
> Access to the path
> 'C:\Inetpub\vhosts\domain\httpdocs\Contents\Member \Default\400ea89b-1.avi'
> is denied.
>
> I had gave access to aspnet and still problem persist.
>
> Any idea?
>
>
> RT
>
>
>