Global.asax

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am putting instructions for the application_OnStart event into my
global.asax file but it seems as if the file is not being used when I debugg;
I have tried using stops in the code to see if I actually use the event. Is
there something I need to do to get the application to use the global.asax in
..net 1.1.
 
Back
Top