Global.asax does not always run in dev mode?

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

Guest

Hello all

I'm making changes in Application_Start in Global.asax. Sometimes the code executes, but sometimes it doesn't. I'm wondering if the .NET Development environment sometimes caches the application, so that even when I quit the app in debug mode it hangs onto it and doesn't fire the application_start events the next time around. Any thoughts

Thanks

Bill Borg
 
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
BB said:
Hello all,

I'm making changes in Application_Start in Global.asax. Sometimes the
code executes, but sometimes it doesn't. I'm wondering if the .NET
Development environment sometimes caches the application, so that even when
I quit the app in debug mode it hangs onto it and doesn't fire the
application_start events the next time around. Any thoughts?
 
Back
Top