In the AppHost class, all method overrides use the Funq container. I use Autofac in my ASP.NET MVC application (I run SS side by side with my MVC application).
because it messed up my controllers running on Autofac. Is this enough to prevent errors in Autofac and Funq from appearing in my application? Or did Funq set itself as the default DependencyResolversomewhere else?
source
share