J
John Ruiz
the constructor definition in my Global.asax.cs file contains (among other
things) the following line:
System.Diagnostics.Debug.WriteLine( "Global Constructor ran." );
when I run my web application via the debug menu of VS.NET, my console
prints out the above log message... twice! why does ASP.NET create the
Global object twice, how can I get it to not do this and if it is not
possible, what are viable work arounds?
thankful and stuff,
~ jR
things) the following line:
System.Diagnostics.Debug.WriteLine( "Global Constructor ran." );
when I run my web application via the debug menu of VS.NET, my console
prints out the above log message... twice! why does ASP.NET create the
Global object twice, how can I get it to not do this and if it is not
possible, what are viable work arounds?
thankful and stuff,
~ jR