User-253199000 posted
Hi,
I created my own ResourceProvider (MS SQL) and I want to use it in many of my ASP. NET website projects. I know how to set it in my web.config:
<globalization uiCulture="en" culture="en-US" resourceProviderFactoryType="Foo.Resources.FooResourceProviderFactory, Foo.Resources" />
But in the code of my ResourceProvider classes the connection string name ist hardcoded. Since connection string names differ from web project to web project (even sometimes the name of the SQL table name that contains the localization strings), I wonder
if it is possible to pass a parameter via the web.config fo rthe connection string?
Thanx for help,
steschu