Click here to Skip to main content
16,020,347 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI i have created a webservice in which i have a method which waits for indefinite time in its processing.But my webservice is throwing operation timeout within 90-120 secs .I want that it should not give me this error.What setting i have to change.I have already tried HttpExecutionTime.

If Async is one solution,Can i make only that function asyn instead of all.

I want that function to be executed all the time.
Posted
Comments
Prasad Khandekar 18-Jun-13 5:52am    
What's the use of a method waiting infinitely in it's processing. It won't be able to process anything isn't it?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900