What would happen if I don't place a global.asax file in the root of a website? I have a page with a submitbutton.click event that fires and calls an event handler. When I click the button on the page the code is not run and the debug does not run either. The validation does fire when I click the button though.