All Questions
2 questions
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
<...
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 ...