When I click on the "Run" option in Visual Studio of my Web application, it builds all the projects, and my browser is opened.
It takes a minimum of 3 minutes for my browser window to open and to hit the breakpoint my ApplicationStart method in the global.asax file.
What are the process that is undergone before the ApplicationStart method? Can some one explain as I am new to .NET.
Thanks in advance.