"jonefer" <jonefer@discussions.microsoft.com> schrieb:
> 'System.Configuration.ConfigurationManager'
>
> Doesn't work - says ConfigurationManager isn't under Configuration (this
> is
> only in a Windows Project, WebProject has ConfigurationManager)
You don't need this code at all. 'My.Settings.*' should be sufficient to
access the connection string.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
jonefer - 18 Aug 2006 21:16 GMT
Thank you. You wouldn't believe how difficult it was to find that very
simple yet so important piece of information.
> "jonefer" <jonefer@discussions.microsoft.com> schrieb:
> > 'System.Configuration.ConfigurationManager'
[quoted text clipped - 5 lines]
> You don't need this code at all. 'My.Settings.*' should be sufficient to
> access the connection string.