Options

Profiling asp.net application consisting of 2 wcf services

uxonuxon Posts: 2
I would like to profile my asp.net app. The problem is it consist of 2 services which depend on each other (they are using the same static object). What is more, one of the services uses http binding and the other one net.tcp. When I am trying to profile them, the ants is profiling only one of them, they don't share this static object. Is there any way to profile my application properly?
Sign In or Register to comment.