Skip to content

Instantly share code, notes, and snippets.

@explorer14
Last active February 19, 2018 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/12fdc19fc6aaa9f9f8d9c384109d26a6 to your computer and use it in GitHub Desktop.
Save explorer14/12fdc19fc6aaa9f9f8d9c384109d26a6 to your computer and use it in GitHub Desktop.
public class Global : HttpApplication
{
private void Application_Start(object sender, EventArgs e)
{
// Register application level routes here.
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment