Am using 3 layered Architecture in my application, as per the requirement am implementing Enterprise Library for Logging and Exception Handling.

As per the documentation i modified the UI Layer Web.Config file. Exception handling is working fine in UI Layer, am trying to implement the same in Business Layer with different Policy for Exception Handling.

Even the policy is configured in web.Config.

But the system...