hi,
"The ScriptTimeout property can be set in the Web.config file by setting theexecutionTimeout attribute of the httpRuntime element. "
q1)is Server.ScriptTimeout = 60 and executiontimeout in web config is same. if it is same,
q2) please tel me should i increase the executiontimeout in webconfig or it is better to increase it on specific page using sever.scripttimeout?
q3) one of my query is taking 3 min to complet ,for which i have to increse my comman.timeout property, i show i do not need to increase the
executiontimeout in webconfig . this is what i would like to know?
i was testing in debuging mode was this the reason.
"If you set the debug attribute of thecompilation element totrue in the Web.config file, the value ofScriptTimeout will be ignored."
then please tel me what timeout value it takes in debug mode.
yours sinerely