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
Place this line in your Application_Start().
Debugger.Break();
This will present you with a dialog which will allow you to select a debugger. You might need to restart the application pool.