C
Chris Dunaway
I have a web service that references a data class library which performs
SQL Server access. Since the web service is also a class library, there is
no App.Config, only Web.config. Is Web.Config the place I should store the
connection string?
If I call System.Configuration.ConfigurationSettings.AppConfig from the
data class library, will it read the settings from the web.config or will
it throw an exception?
Thanks
SQL Server access. Since the web service is also a class library, there is
no App.Config, only Web.config. Is Web.Config the place I should store the
connection string?
If I call System.Configuration.ConfigurationSettings.AppConfig from the
data class library, will it read the settings from the web.config or will
it throw an exception?
Thanks