Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of Marc Holmes
> Sent: Friday, April 01, 2005 9:33 AM
> To: Peter A. Pociask; nant-users@lists.sourceforge.net
> Subject: RE: [Nant-users] Triggering Nant Build from ASP.Net Web Page
>
rceforge.net
> Subject: RE: [Nant-users] Triggering Nant Build from ASP.Net Web Page
>
> Have you had a look at CruiseControl.Net
> (http://ccnet.thoughtworks.com)?
> It will do what you need and a lot more besides.
> Alternatively you could roll your own remoting wrapper.
>
&g
2005 16:25
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Triggering Nant Build from ASP.Net Web Page
I am trying to call nant from an asp.net (vb.net) web application. I am
using the following code:
Public Function compile(ByVal compileArg) As String
Dim args As String
I am trying to call nant from an asp.net (vb.net) web application. I am
using the following code:
Public Function compile(ByVal compileArg) As String
Dim args As String
args += " -f:" &
ConfigurationSettings.AppSettings("nantBuildFile")
args += " " & compileArg