I have two separate projects, one for EF and another for MVC. And added reference of EF project to MVC project.
Now, I am trying to use ELMAH to log errors from MVC application, and it's working fine with MVC exceptions. But I have one question, if any exception occurs in EF classes then can elmah will log that?