Click to See Complete Forum and Search --> : ASP:Permission Denied while copying file


manju_ambare
February 9th, 2006, 01:01 AM
I m using FileSystemObject and copying file from one pc onto another pc
& getting 'Permission Denied' Error
I have following question:(here file is image file)
Can we copy file from one pc to another pc or is it possible only for local m/c where we r running pages(i mean server)?

ITGURU
February 9th, 2006, 01:25 AM
Dear manju_ambare,

Yes, you can copy from your web application but for that you need to give full access to ASPNET user of your webserver to the machine which in which you want to copy the files.