It only fires once - when the application first starts. If your app is still
running in the AppPool in IIS or in the Development webserver,
Application_Start won't fire a second time.
You can kill the ASPNET_WP.EXE or W3WP.EXE process out of task manager
before you start debugging again.
-- Peter
Recursion: see Recursion
site:
http://www.eggheadcafe.com
unBlog:
http://petesbloggerama.blogspot.com
BlogMetaFinder:
http://www.blogmetafinder.com
"Victorious1" wrote:
Quote:
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. |