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.
 

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

Back
Top