views:

35

answers:

0

I'm trying to implement ELMAH in my ASP.NET MVC application, but I'm having a problem that caused me to lose hours and hours ... and it's still unsolved. My application is running normally, but when I try and configure ELMAH and them access Home/Index, the application returns me a 404 (Resource not found).

Has anyone had this problem and managed to solve?

I'm using Castle Windsor, as IoC, ActiveRecord and moved my controllers to a separated assembly.