I am working on a class library that
uses Microsoft enteprise library logging application block. I have some settings in my
app.config file.
Now, when a developer uses this
library in a web applications, they have to copy entire config sections and appsettings
part from the app.config to the web.config.
Is
there something which can be done to bypass this step and makes it easier for developers
to use my library without manual copy of all those settings.
No comments:
Post a Comment