Hi,
I have a .net web application that calls a webservice method to index a list. It works fine for small list. But for very large list, the application is throwing a run time error after 15minutes because of connection timeout.
I have tried using httpRuntime executionTimeou t property in web.config, but no use of it. The problem still exists.
Please help me to solve this issue.
I have a .net web application that calls a webservice method to index a list. It works fine for small list. But for very large list, the application is throwing a run time error after 15minutes because of connection timeout.
I have tried using httpRuntime executionTimeou t property in web.config, but no use of it. The problem still exists.
Please help me to solve this issue.
Comment