ASP.Net httpruntime executionTimeout not working (and yes debug=false)
问题 We just recently noticed that executionTimeout has stopped working on our website. It was definitely working ~last year ... hard to say when it stopped. We are currently running on: Windows-2008x64 IIS7 32bit binaries Managed Pipeline Mode = classic Framework version = v2.0 Web.Config has <compilation defaultLanguage="vb" debug="false" batch="true"> <httpRuntime executionTimeout="90" /> Any hints on why we are seeing Timetaken all the way up to ~20 minutes. Would compilation options for