We want to decreate the httpRuntime-executionTimeout from the default 110 seconds to approx 15-25 seconds, so the client times out and leave the web service running in the background,
<compilation debug="false">
NB: we do not want to use Async for various reasons.
We have tried various ways , but cannot override the default value.
Any ideas?????
We have
<compilation debug="false">
NB: we do not want to use Async for various reasons.
We have tried various ways , but cannot override the default value.
Any ideas?????
We have