Possible Duplicate:
it is possible to Debug Global.asax?
I want to debug the HttpApplication.Start method in my Global.asax. Unfortunately, the debugger will rarely hit a the break point at the start of the method, even when I do a clean and rebuilt or iisrest? Is there a method to force this method to be rerun?