vote up 0 vote down star

Is it possible to override default value of WebClientProtocol.Timeout property via web.config?

<httpRuntime executionTimeout="500" /> <!-- this doesn't help -->
flag

1 Answer

vote up 1 vote down check

I cant think of a way to have just the Timeout property changed automatically via the webconfig.

Manually configure the value or use DI to read the value in for you.

It maybe possible also to change the value globally on the machine config.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.