Skip to content

Instantly share code, notes, and snippets.

@preetikr
Last active May 1, 2018 16:33
Net472_Aspnet_DependencyInjection_Step2.cs
public class Global : System.Web.HttpApplication
{
public override void Init()
{
HttpRuntime.WebObjectActivator = new SimpleActivator();
base.Init();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment