G
GaryB
In a large asp.net project we have always kept our connection string in the
Web.config as so....
<appSettings>
<!-- User application and configured property settings go here.-->
<!-- Example: <add key="settingName" value="settingValue"/> -->
<add key="connCP.ConnectionString" value=" blah, blah, blah......
When adding and modifying dataadapters in vs.net on a design page we could
always expand (DynamicProperties) and see our connCP there where we could
assign it as our connectionstring for the dataadapter. It all worked just
fine.
Now, for some reason it's not there anymore. we have to go in and modify
the standard SQLConnection each time.
What could have caused this to stop working?
Thanks,
G
Web.config as so....
<appSettings>
<!-- User application and configured property settings go here.-->
<!-- Example: <add key="settingName" value="settingValue"/> -->
<add key="connCP.ConnectionString" value=" blah, blah, blah......
When adding and modifying dataadapters in vs.net on a design page we could
always expand (DynamicProperties) and see our connCP there where we could
assign it as our connectionstring for the dataadapter. It all worked just
fine.
Now, for some reason it's not there anymore. we have to go in and modify
the standard SQLConnection each time.
What could have caused this to stop working?
Thanks,
G