asp.net - WebService timeout -


i deployed 1 webservice calls function going take more 5 -6 hours. using webservice on asp.net page , calling webservice asynchronously. how should increase webservice time out?

if calling function takes 5-6 hours complete, may want re-think architecture. user sit on page , wait 5 or 6 hours process finish? not. maybe have web service set indicator in database, xml file or other data store when has completed. then, in asp.net page, can click button or complete other action check indicator see if process has finished.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -