Hi All, I developed Continuous integration for webapplication project on .net with cruiscontrol.net(ccnet) , Msbuild, Nunit, Robocopy and also using SVN checkout.
I want to check whether my database server (My Webapplication DB server) is started or not before Nunit test case execution. If it is not started i want to start the DB server service. Is there any way to verify& start database server. Is Msbuild script can start database server? Is Nant script can start database server? If any one have an idea how to do, please share with me. Thanks In advance. Regards, Sreeram
