I installed the Unity bootstrapper for ASP.NET MVC in my project, and your WebActivator package is one of the dependencies. I see that WebActivator is implemented as an attribute class called WebActivatorEx.PreApplicationStartMethodAttribute. However, there already exists a PreApplicationStartMethodAttribute class in the System.Web namespace of .NET Framework 4.5. Is there any significant difference between the two?
I installed the Unity bootstrapper for ASP.NET MVC in my project, and your WebActivator package is one of the dependencies. I see that WebActivator is implemented as an attribute class called WebActivatorEx.PreApplicationStartMethodAttribute. However, there already exists a PreApplicationStartMethodAttribute class in the System.Web namespace of .NET Framework 4.5. Is there any significant difference between the two?