1
Answer

How to set connectionstring externally in Nlog configuration

I used Nlog logger for saving the logs. I want to fetch connection string programatically through external config file. 
So, How to set connection string externally in Nlog configuration file(Nlog.config) ?

Answers (1)