Skip to content

Instantly share code, notes, and snippets.

@preetikr
Last active May 1, 2018 16:33
Show Gist options
  • Save preetikr/06c20bbd4f4061ac20e04d7bd163a8e7 to your computer and use it in GitHub Desktop.
Save preetikr/06c20bbd4f4061ac20e04d7bd163a8e7 to your computer and use it in GitHub Desktop.
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