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

Please extend to work with ASP NET Web API #18

Closed georgiosd closed 11 years ago

georgiosd commented 11 years ago

You did a great job with the route issue so I came back with more requests :)

If you can integrate this, it'd be great: http://www.tugberkugurlu.com/archive/asp-net-web-api-and-elmah-integration

odugen commented 11 years ago

In MVC 4 projects in bootstrap add one line in Bootstrap.cs

 GlobalConfiguration.Configuration.Filters.Add(new HandleErrorAttribute());

but since HandleErrorAttribute is internal for those who used nuget copy paste code somewhere else and do the same

georgiosd commented 11 years ago

So perhaps it could be made public? Or this could happen automatically like with MVC?

alexbeletsky commented 11 years ago

Closing that, since out of ELMAH.MVC scope (at least now)

gavinharriss commented 9 years ago

Any chance of bringing it in to scope? Would be great to have a solution that covers all bases.