Analyzing an ASP.NET app with NCover
Analyzing an ASP.NET app with NCover
Hi all,
My ASP.NET application is already use the variables:
COR_ENABLE_PROFILING=1
COR_PROFILER = MyVariableProfiler
Because of that I can not used NCover.
Does anyone’s have a solution to help me?
There is another way to configure NCover to work with an ASP.NET app?
Thanks
N.S