RE: [Nant-users] Access Denied

2005-11-07 Thread Gert Driesen
t;; path="${IISRoot}/${AppFolder}" /> Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joel Gwynn > Sent: donderdag 3 november 2005 17:32 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Access Deni

[Nant-users] Access Denied

2005-11-06 Thread Joel Gwynn
Hey all. Trying to get up and running with NAnt here. I'm using the NAntContrib task to create my IIS target folder, and that seems to work OK, then I'm using with to map my existing solution to that folder: http://localhost/${solution}/${solution}.csproj"; path="${II

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 projec t

2004-04-07 Thread Peter McEvoy
ilto:[EMAIL PROTECTED] > Sent: 07 April 2004 16:25 > To: Peter McEvoy; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Access denied using copy task for > ASP.Net project > > > Well, > > ASP.Net is actually supposed to make copies of the DLL's in > the

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