Masters.
I'm supposed to implement MS EL's logging framework with database as a sink. I am done with the code blocks. All I have to do is make it run and log. But when I checked on the given logging configuration, it's quite different from the one you get with the EntLib Config - it doesn't have a connection string. I could not find it within the given app.config, although its listener has a databaseInstanceName. I've been wondering, is there another way of configuring database logging without placing the connection string within the app.config?
Thank you.