I am attempting to have my page timeout just to test the executionTimeout property of httpRuntime. I set this to 5 (executionTimeout="5"
and on a webform I have a button that fires off a long method, but the page does not timeout. Am I missing something?