RE: [Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
TECTED] Subject: [Nant-users] Access denied using copy task for ASP.Net project Folks, I am using NAnt to build a number of web projects and then to deploy them to an IIS instance. Occasionally, the deploy fails with a "Cannot Copy ''. Access to the path '' is denied&quo

Re: [Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Jaroslaw Kowalski
> Is this a "feature" of the so-called MS .Net XCopy deploy functionality? Is > there anything that I can do to ensure that the delete and copy will > actually work, as this error is not really making life easy for a hands-off > build and deploy It can be some anti-virus software doing their job.

RE: [Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Bob Archer
to use the shell to copy the files using the EXEC task? Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter McEvoy Sent: Wednesday, April 07, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Access denied using copy task for ASP.Net project F

[Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Peter McEvoy
Folks, I am using NAnt to build a number of web projects and then to deploy them to an IIS instance. Occasionally, the deploy fails with a "Cannot Copy ''. Access to the path '' is denied". where is some assembly that needs to be replaced. If I run the deploy again, it will usually work (occasi