Tag: ASP.NET 4.0

Initialize assemblies using PreApplicationStartMethod for ASP.NET 4.0 Application

Sometimes your ASP.NET application needs to hook up some code before even the Application is started. Assemblies supports a custom…

Continue Reading