Profiling net.tcp

hi,

i'm trying to profile net.tcp service which being used from wcf service.

scenario:
i've created wcf service which returns playlist xml according to given ID:
http://localhost/ExternalServices/Playl ... st?ID=1234

this service calls an internal net.tcp service which evalutes the request and gets the actual playlist from DB:
net.[url=tcp://localhost/Services/PlaylistManagerService.svc]tcp://localhost/Services/PlaylistManagerService.svc[/url]

however when running the profiler all i see is the external wcf service methods.
is it possible to profile the net.tcp service as well?

btw, i'm using Vista 64bit / win server 2008 sp1

-cheers

Comments

Sign In or Register to comment.