I am using NLog to log the exceptions in my asp.net mvc (C#) application.
NLog is not working in release mode. The same is working when running in debug mode.
Wh
Transfer nlog config to config file of your application (web.config for example), and try again.