Profiling net.tcp
meir.rivkin
Posts: 3
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
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
is it possible then to just profiling the tcp service?
This means that I can profile net.[url=tcp://..]tcp://..[/url]. ??
Or I have to change my client-side app too ? Because that's a problem for me..
Thanks .