Lost in nLog configuration files
I have been trying to track down a performance problem today on an ASP.NET MVC. It all turned out to be down to an incorrect connection string in a nLog.config file for logging to a SQL DB. As soon as I commented out the Db target for nLog my login to the web site was virtually instant as opposed to taking 30 seconds (what i assume is a SQL timeout) I had suspected a problem with the logged as I was not seeing anything in DebugView, but it all took a while to track down as i did not seem to get any logging output. ...