T
Tony Jones
Is it possible for me to create a class library DLL and have it read it's
configuration settings from the web.config of the ASP.NET application
referencing it?
IE - if I call ConfigurationSettings.GetConfig("somesection") in one of the
base class dll methods, will it/can it return the settings from the
web.config?
For example, I would like to create a base class library of utility classes
that can be used with any ASP.NET application. Per ASP.NET application, you
can configure settings for the base class in the web.config with custom
configuration settings.
Thanks.
TJ
configuration settings from the web.config of the ASP.NET application
referencing it?
IE - if I call ConfigurationSettings.GetConfig("somesection") in one of the
base class dll methods, will it/can it return the settings from the
web.config?
For example, I would like to create a base class library of utility classes
that can be used with any ASP.NET application. Per ASP.NET application, you
can configure settings for the base class in the web.config with custom
configuration settings.
Thanks.
TJ