G
Guest
Hello,
We have had some issues with users timing out when uploading large images to
our site. It is my understanding that the web.config file can be edited to
extend the executionTimeout attribute to be longer than the default 90
seconds.
In order to extend the timeout from 90 seconds to 3.5 minutes, we have
edited the httpRuntime element to add the executionTimout attribute as so:
executionTimeout="210"
I would appreciate anybody weighing in with stories of negative consequences
that could arise as a result of this change. Thanks very much for any
responses.
We have had some issues with users timing out when uploading large images to
our site. It is my understanding that the web.config file can be edited to
extend the executionTimeout attribute to be longer than the default 90
seconds.
In order to extend the timeout from 90 seconds to 3.5 minutes, we have
edited the httpRuntime element to add the executionTimout attribute as so:
executionTimeout="210"
I would appreciate anybody weighing in with stories of negative consequences
that could arise as a result of this change. Thanks very much for any
responses.