0

I require a tool that can do the following:

For an Asp.Net application deployed on IIS server (win2008R2, IIS7.5), when I click a web page on a client it can figur out which code is executed on the server, and which code is not executed

Is there a tool that can do this?

I have tried the following :

  1. OpenCover: This needs to be deployed to the IIS on the same machine the site is running on

  2. DotCover: Unable secondary development

Obsidian Phoenix
  • 4,083
  • 1
  • 22
  • 60
Andy.Gao
  • 1
  • 2
  • This question is very unclear. Please clarify or re-phrase. – Erik Oosterwaal Mar 23 '16 at 08:00
  • Not AFAIK - most coverage tools need to either instrument the code before execution or during execution (e.g. OpenCover) either way they need access to the running code to gather their results before at least passing them on to a 3rd party for collection and analysis. If you are thinking of putting any coverage tool on a production box then I would advise against it due to the performance impact. – Shaun Wilde Mar 27 '16 at 20:42

0 Answers0