How to know the OperationContract was called by request using debug diagnostic tool

188 views Asked by At

I have been monitoring the working process in IIS server, in current requests in application pools it show request that taking time elapsed (more than 100sec). For example url Service/RequestService time elapse 100000

because the url above is url of wcf service and there are many operation contract such as GetRequest(), GetRequests(), CreateRequest() and more

I would like to know what operation contract was called by the request but IIS request monitor not show any details.

My question is how I can know what operation contract in service was called using debug diagnostic tool. I try to use debug diagnostic tool to dump and generate analysis report and there are a lot of things in there and I am not sure what the information I looking for.

0

There are 0 answers