Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

In Configure method add app.UseStaticFiles() before app.UseRouting()

Note

Modify HawkRoutesInitializer.cs - comment or remove the following two rows of code located in the HawkRoutesInitializer.cs (located in the App_Start folder) in case you already have them in your Global.asax.cs or anywhere else in your project:

  1. config.MapHttpAttributeRoutes();

  2. config.EnsureInitialized();