Global.asax has the wrong code
I'm writing my first ASP.NET application and following the instructions in Wrox book I added the Global Application Class. However, when I open it, the C# code looks nothing like the sample in the book. All I have is two events - the Application_Start and Application_End. No session events where I can add (global) variables to my session. Any ideas ?
|