Vague MVC and Castle Windsor question. Sorry...
- by Matt W
I have inheritted some code in which the MVC Controller classes all get their constructors called by Castle....DefaultProxyFactory.Create() somewhere along the line (the call stack drops out to the , which isn't helping.)
So, basically, how would I go about finding out where Castle is being told how to call the constructors of my Controllers?
I am very new to Castle, Windsor and MicroKernel, etc, and not a master of ASP's MVC.
Many thanks for any pointers - sorry about the vagueness,
Matt.