Good evening.
I have an application that is integrated with more than one hundred other applications through webservices, where I use enough threads to communicate between them. This my application is used by other applications through a dll today. I am trying to migrate this dll to a service, for this I have created a WCF service (I have already tried asmx tbm). The problem is that as they enter the requests this service begins to increase the response timeout much until starting to give timeout at all. What's strange is that the hardware (memory and cpu) are below 30% consumption, so I believe the problem is the threads being thrown, or some configuration of iis or wcf / asmx. I would like to know if anyone has already experienced this or has some idea how to solve it.
Thank you.