...
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:
|