I am new to the Enterprise Library and the .NET world in general. I read in the Developer's Guide for Enterprise Library 6 that the preferred method of configuration for things like the Logging Application Block is programmatic as opposed to declarative, so I am trying to follow that example.
I have a MVC 4 application and I am wondering where the code for the configurations of things like the Logging Application Block and Exception Handling Block belong. Is it in the global.asax file?