FileUpload1 Access problem

  • Thread starter Thread starter Rafael tejera
  • Start date Start date
R

Rafael tejera

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
 
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.
 
Back
Top