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
Application_Start() only runs once, when the application starts. A few things that restart the application are:
iisreset