G
Guest
Isn't it possible to change the executionTimeout property at pagelevel?
I have a webapplication which has an uploadpage. When uploading large files
i'm interrested in allowing it taking more then 90 seconds. I can do this in
the httpRuntime tag in web.config - no problem, BUT I'm NOT interrested in
allowing every other page in the app having long execution timeouts!!!
If some loop somewhere else should go infinitive, the server will hang for
15 minutes insted of just 90 seconds!
The old server.scripttimeout worked fine in the beginning, but after
updating framework at some point this was disabled/ignored.
What's the proceadure today for changing timeout at pagelevel?
Best regards
René Olesen
I have a webapplication which has an uploadpage. When uploading large files
i'm interrested in allowing it taking more then 90 seconds. I can do this in
the httpRuntime tag in web.config - no problem, BUT I'm NOT interrested in
allowing every other page in the app having long execution timeouts!!!
If some loop somewhere else should go infinitive, the server will hang for
15 minutes insted of just 90 seconds!
The old server.scripttimeout worked fine in the beginning, but after
updating framework at some point this was disabled/ignored.
What's the proceadure today for changing timeout at pagelevel?
Best regards
René Olesen