Skip to content

Instantly share code, notes, and snippets.

@kevinpang
Created February 26, 2012 17:50
Show Gist options
  • Save kevinpang/1917944 to your computer and use it in GitHub Desktop.
Save kevinpang/1917944 to your computer and use it in GitHub Desktop.
ApplicationStart
protected void Application_Start()
{
ControllerBuilder.Current.SetControllerFactory(new StructureMapControllerFactory());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment