Does the Application_Start in global.asax called when the new published code is kept in IIS web root for the project,
Application_Start
triggers everytime the application pool is recycled which normally happens when you update some of the files in the bin folder or web.config. So if you republish your site and update some of those files IIS will unload the application and Application_Start
will fire next time a request comes in.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With