hosting or code error?

  • Thread starter Thread starter Tony M
  • Start date Start date
T

Tony M

I'm using
FileUpload1.PostedFile.SaveAs(Server.MapPath("/fpdb/") &
FileUpload1.FileName)


Access to the path 'D:\Clients\13194\some.com\some.com\fpdb\somefile.txt' is
denied.

Is this a vb coding error or a server error?

Thanks
 
Access to the path
'D:\Clients\13194\some.com\some.com\fpdb\somefile.txt' is denied.

Is this a vb coding error or a server error?

Looks like a server error. Do you have write access to the path?
 
Back
Top