Activity overview
Latest activity by herbert.lacay
please find my comments:
How are you hosting the WCF service? In IIS, the ASP.NET development web server, or in a standalone application? [herbert.lacay] i running my profiling primarily on ASP.NET development web server, however i may need to move to ISS...
If IIS, what version of IIS? [herbert.lacay] my IIS is 6.0, but as mentioned; my primary profiling is on asp.net development server.
This means that you'll also need to point your client at that new port if you want to profile the calls being made. [herbert.lacay] is this in reference to the web app that is consuming the wcf service? or the wcf service itself?
can you provide me w/ your steps as to how you did profiling per my first post?
thanks / comments
please find my comments:
How are you hosting the WCF service? In IIS, the ASP.NET development web server, or in a standalone application?[herbert.lacay] i running my profiling primarily on ASP.NET ...
Hi Rob,
i have tried the steps i stated, however... the profiling data i get is on the web application only... they do not contain any details/profiling data inside the wcf service.
also, i tried to profile directly on the .svc and i still have no result...
do you by any chance have any docs detailing how to profile an .svc service?
thanks,
Herbert / comments
Hi Rob,
i have tried the steps i stated, however... the profiling data i get is on the web application only... they do not contain any details/profiling data inside the wcf service.
also, i tried t...
profiling .NET 3.0 WCF
i'm evaluating ANTS Profiler 3.0...
I was profiling for performance measures on my web application which is using web services (WCF).
Here what I was trying to do:
1- I create a WCF service, with a...