After a while, I was successfully able to wire up Castle Windstor DI (IOC) to my WebApi project.
Now, I am trying to understand how it works.
For the above reason,
- Who creates an instance of a
WebAPIcontroller? - How to put breakpoint for debugging how
Windstor Castleactually works?
Just want to say that I am using VS2012 and WebAPI 2 if that helps. :)