I\'m trying to get NLog to log to my database log table but to no avail. I\'m sure my connection string is correct because it\'s the same used elsewhere in my web.config. Writ
Try putting the following in your nlog tag:
<nlog throwExceptions="true" internalLogFile="c:\nlog.txt" internalLogLevel="Debug" />
That might help determine what the problem is
NLog allows for logging the internals of the framework itself.
Enable "debug level for your internal logging" for NLog and see what's going wrong.