Run coverage test with dotCover on ASP.NET application
I have written a series of tests against the front end of my web application. I really wanted to know what my test coverage looked like, so I downloaded and installed ReSharper and dotCover. These work great with the unit tests associated with my application library, but I am really struggling to get the coverage results of my front end code.