G
Guest
I have an ASP.NET web site that uses a .NET dll. The DLL has a DataSet in
it. Problem is, the DLL uses an app.config file (and worse yet, it uses the
stupid settings.settings file, which in turn builds the app.config). So, now
I have to configure settings in the web.config, settings.settings, and
app.config!
Is there any way to have my DLL use the web.config file and ignore
app.config and the settings.settings files?
Thx in advance.
it. Problem is, the DLL uses an app.config file (and worse yet, it uses the
stupid settings.settings file, which in turn builds the app.config). So, now
I have to configure settings in the web.config, settings.settings, and
app.config!
Is there any way to have my DLL use the web.config file and ignore
app.config and the settings.settings files?
Thx in advance.