Closed jakejscott closed 12 years ago
In global there is a call to
StructuremapMvc.Start();
And then in StructureMapMvc.cs there is the web activator
[assembly: WebActivator.PreApplicationStartMethod(typeof(LogMeIn.App_Start.StructuremapMvc), "Start")]
Thanks for catching that!
In global there is a call to
And then in StructureMapMvc.cs there is the web activator