Using ncover with cassinidev

Using ncover with cassinidev

Is is it possible to use ncover when using cassinidev and if so how?

Thanks

John


RE: Using ncover with cassinidev

Hi John,

I was successful in starting my local ASP.NET dev server from NCover Console and saw that the profiler attached to the web server process.

I ran from the command line with the following basic syntax:

"yourPath\NCover.Console.exe" "yourPath\WebDev.WebServer40.exe" /port /path //NCover arguments

I didn't go as far as supplying the WebDev parameters, I just verified that NCover was profiling the exe and noted the server usage from the pop-up window that appeared when the web server started.

I hope this helps!

Thanks,

NCover Support