I am new to WCF Services. I have created a wsHTTPBinding WCF service.
While I am using the WCF Service in my Client application(application contains text box and submit button) it is very slow after few iterations (after six or seventh iteration).
I checked the web.config file. I increased the buffersize in server and client. But I’m still facing the same issue.
I would recommend enabling WCF trace logging which you can use to get the timings for each request, and possibly some visibility into what it is doing. If that lends no useful details, it would probably be easiest to just use a profiler to get the performance data for several requests.