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
Make sure your target file saves within a "/logs/" folder. See below
I tried to log into "root/log.log" and was not working, then tried "root/logs/log.log" and worked
Below full config file.