Deploy asp.net using xcopy...access denied?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to use xcopy to deploy my application to a mapped drive. I can
access the drive ("J:") through Windows Explorer and drag/drop the files but
I wanted to use XCOPY to make it faster since I only want to copy certain
files.

I tried <sourcedirectory:>xcopy j: /s /z /u

I then asks if I want to overwrite one of the files, I press "Y", thinking
it's going to work, but then it says "Access denied". What is different in
terms of permissions since I can copy using windows explorer?

Thanks
 
Back
Top