Enterprise Library Logger.Write Not Working?
Using Logging Application Block provided by Enterprise Library is a common way of logging exceptions in .NET applications. It’s easy to setup and to use. One problem I had a while ago was that it worked while on my development PC, but stopped working once it’s deployed.
What I was doing was to use it to [...]