Vague MVC and Castle Windsor question. Sorry...

Posted by Matt W on Stack Overflow See other posts from Stack Overflow or by Matt W
Published on 2010-05-11T01:45:34Z Indexed on 2010/05/11 1:54 UTC
Read the original article Hit count: 377

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about castle

Related posts about mvc