Hi Steve,
The different IIS versions support different properties (mainly due
to internal IIS architecture) ... the iis tasks try to determine the
iis version by testing on which OS it runs and based on that it
sets certain parameters as such with the ADSI calls to service
your request.
The task pr
Hello,
Within our project, we rely heavily on the use of the NDoc task to keep our
project
(source code) documentation up-to-date.
When we apply this within our build cycle while being online (logged user
runs the
NAnt project/task tree), it all works just fine with the expected results.
On the
Alexander,
Within .NET, the Windows Installer can be foreseen to run basically '.NET
installation
procedures'. This maps directly onto the
System.Configuration.Install.Installer and
its descendents.
For your case, you'll have to use System.ServiceProcess.ServiceInstaller and
System.ServiceProces
Hello,
Recently, we started a new project where we want to 'automate' the complete
build cycle
(documenting, packaging ...) by using NAnt.
We will be using webservices within the project which require an IIS-layer
underneath them.
In order to do that, we basically need the 'mkiisdir' and the 'd