My custom error messages quit working somewhere along the way and I'm getting this error. Any ideas?
Autofac.ComponentNotRegisteredException: The requested service 'controller.error.aspx' has not been registered.
I have never done anything to register them before.
I saw several questions about the custom error messages, but I couldn't find anything else wrong that was mentioned in those responses.
EDIT: I have tried "On" and "RemoteOnly" in web.config. I have an Error.aspx in the Shared folder. I am using the [ErrorHandler] attribute. This worked for a long time, and probably quit working when I made some changes to the Autofac configuration in Global.asax. The error message about the service not being registered started at the same time the errors quit working. I don't know how to register this with Autofac.