I have some code in my ASP.NET app in C# that\'s in the Global.asax.cs code file. In the Application_Start, Session_Start and Ap
Global.asax.cs
Application_Start
Session_Start
Ap
What helped me was to add:
System.Diagnostics.Debugger.Break(); to that Application_Start() method.
System.Diagnostics.Debugger.Break();
Application_Start()