I got a break point on the first line of Application_Start(), but Visual Studio wont break on it.
Application_Start()
Visual Studio have attached itself to the IIS working proc
My solution is to switch to using the 'Visual Studio Development Server' to deal with the application class (Global.asax) issues. When done I switch back to IIS.