I am creating a plugin system for my ASP.NET MVC Application using Spring.Net IOC Framework. I have placed my Controllers in a different assembly, I need to add these controllers to Spring.Net Application context dynamically.
Please guide me !!
I am trying to implement plugin system like following article but I want to use Spring.Net instead of Autofac.
http://www.codeproject.com/Articles/386674/ASP-NET-MVC-3-plug-in-architecture-using-Griffin-M