Hi,
I'm just getting started with NCrunch & it seems awesome so far.
I'm trying to run some integration tests against an ASP.NET MVC application running inside IISExpress.
NCrunch can give me code coverage of the test code (MSTest), but not the actual web application code (i.e. the controllers & services in the actual app).
Is there any way NCrunch can be made to debug-attach to the IISExpress instance & figure out what code is actually being invoked?
Thanks,
Darren.