ninject / Ninject.Web.Mvc

extension for ninject providing integration with ASP.NET MVC
http://ninject.org/
Other
238 stars 85 forks source link

Application_End instead of Application_Stop? #6

Closed stevenkuhn closed 14 years ago

stevenkuhn commented 14 years ago

I could be mistaken, but shouldn't "mvc2/src/Ninject.Web.Mvc/NinjectHttpApplication.cs" line 58 be Application_End and not Application_Stop?

I've looked at both http://msdn.microsoft.com/en-us/library/ms178473.aspx and http://msdn.microsoft.com/en-us/library/bb470252.aspx, and I haven't found anything referring to Application_Stop.

Thanks, Steven

remogloor commented 14 years ago

Changed in 2.1.0.24