Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

Logging with EntLib Policy Injection Block + StructureMap + log4net

I'm trying to add logging through AOP in an ASP.NET MVC application using: Enterprise Library Policy Injection application Block StructureMap log4net This is what I have: web.config <...
David's user avatar
  • 3,794
0 votes
2 answers
1k views

Policy Injection with ASP.NET MVC Controllers

I'm running into an issue with the Policy Injection Application Block from Enterprise Library in conjunction with ASP.NET MVC. In my ControllerFactory, I'm creating the controller and then calling ...
nikmd23's user avatar
  • 9,103