G
Guest
Hi,
I am building a class library and want to store a connection string in a
configuration file.
I've read around and it appears that this is not possible because "by
design, class libraries don't have their own config file - they read the
config files from the application they are housed in, such as a WinForm app
or ASP.NET site "
So, with that in mind, is there an alternative solution?
Many thanks,
CR
I am building a class library and want to store a connection string in a
configuration file.
I've read around and it appears that this is not possible because "by
design, class libraries don't have their own config file - they read the
config files from the application they are housed in, such as a WinForm app
or ASP.NET site "
So, with that in mind, is there an alternative solution?
Many thanks,
CR