asp.net - Change execution timeout at runtime -


in cases, build reports in asp.net require several minutes build -- longer default execution timeout. possible change timeout @ runtime and/or specific page [and/or specific webservice method]?

we've experimented httpruntimesection.executiontimeout no avail (throws exception @ runtime saying the configuration read only.).

you can adjust timeouts in webconfig file desired page

<location path="somefile.aspx">     <system.web>         <httpruntime executiontimeout="180"/>     <system.web/> <location/> 

Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -