alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

A public action method 'stylesheet' was not found on controller 'Elmah.Mvc.ElmahController' #71

Open TheQuake opened 8 years ago

TheQuake commented 8 years ago

Related to issue #19 - except I'm using MVC areas as well. So locally, where the application is off the root "/Webapp", everything looks good. But when deployed to a webserver we're one folder up "/xxx/Webapp" and there's not styling.

Using the out of the box config, in-memory. Played with the "elmah.mvc.route" path, but to no avail.