WCF 4 default time outs? -


my last experience wcf 3.0 pretty bad, because of reverted using asmx. see wcf 4.0 seems provide better configuration model, concern wcf 3.0 had lot of timeouts on extended service calls, asmx these timeout values can configured through iis , accept negative integer value of -1.

does wcf 4.0 default configuration support getting timeout values iis, or once again need configure timeouts handle extended web service calls take time complete (could 6 hours).

thanks

in wcf have configuration level control on timeouts on both servers , clients editing binding configuration. since wcf not designed coupled iis don't think can inherit timeouts iis might have set them in both places.

check link documentation on basichttpbinding element (which used soap 1.1): http://msdn.microsoft.com/en-us/library/ms731361.aspx

and 1 details on different timeout configurations in wcf: http://social.msdn.microsoft.com/forums/en-us/wcf/thread/84551e45-19a2-4d0d-bcc0-516a4041943d/

i have used timeout configurations in different .net 3.5 projects , worked me.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -