A
atefshehata
hi all,
i'm using iis6 installed on win2003 , dotnet framework 1.1 .
My problem is..
a page on my application have a lengthy process which takes about 4
minutes (performing database transactions ..) to completes.
user click on the transaction button to start this lengthy process.
after about 140 seconds the client browser displays the error message
'page can't displayed ...'.
note> the transactions continues to work untill it finish !
so the client can't see the results of the executed transactions.
on iis i set connectiontimeout=900.
on code i set server.scripttimeout=900 .
on web.config. i set <httpRuntime executionTimeout="900" ...>
and the sqlcommand.commandtimeout=180.
i don't know what is wrong,why the client browser timed-out every time
?
thanks for any help .
atef
i'm using iis6 installed on win2003 , dotnet framework 1.1 .
My problem is..
a page on my application have a lengthy process which takes about 4
minutes (performing database transactions ..) to completes.
user click on the transaction button to start this lengthy process.
after about 140 seconds the client browser displays the error message
'page can't displayed ...'.
note> the transactions continues to work untill it finish !
so the client can't see the results of the executed transactions.
on iis i set connectiontimeout=900.
on code i set server.scripttimeout=900 .
on web.config. i set <httpRuntime executionTimeout="900" ...>
and the sqlcommand.commandtimeout=180.
i don't know what is wrong,why the client browser timed-out every time
?
thanks for any help .
atef