visual studio 2008 - Why does cassini start when I run a unittest in VS2008? -
I am trying to test a class (controller) that does not need to run inside the asp.net environment
But when I run the test, Cassini starts.
How can I save Cassini's load?
Thank you
The problem was code coverage. I have disabled it and now Cassini no longer starts (without debugging).
Comments
Post a Comment