There is a multithread in windows form client to call a webservice method.
I expect to call the web method concurrently in multithread but instead the function calls are in queue to execute at web service.
This is not a WCF, where should i add the Connection limit? or something like that?