I created a wcf service and host it in IIS, it is working fine upto now.
Now i have list of records and i run a loop through all the records and send them to my bll using my WCF rest service. It serves two requests well, but at the third request it throws Time Out Exception and put the blame on one of my method in BLL.
If method has any flaw in it then it should not process the first two records also.
I don’t know if there is any setting in IIS or in WCF service that is blocking such frequent requests.
One have to increase the number of parallel connections we could make.
Settings in config file would be these