G
Guest
Hello,
I've just upgraded from .NET 2003 to 2005.
I was using an app.config file to set my connections.
I see that this must have automatically been changed when .NET converted my
solution from 2003 to 2005.
Do I use both the app.config file and the settings.settings file?
I see that code has been added to the top of my app.config file, a
<connectionStrings> section, in addition to my <apps setting> section that I
previously used.
I'm working on a laptop, with SQL Server Express, when I release my
solution, I use a different app.config key that specifies a connection on a
network elsewhere.
How do I deal with this using my.settings.settings?
I'm a bit confused.....
TIA.
Amber
I've just upgraded from .NET 2003 to 2005.
I was using an app.config file to set my connections.
I see that this must have automatically been changed when .NET converted my
solution from 2003 to 2005.
Do I use both the app.config file and the settings.settings file?
I see that code has been added to the top of my app.config file, a
<connectionStrings> section, in addition to my <apps setting> section that I
previously used.
I'm working on a laptop, with SQL Server Express, when I release my
solution, I use a different app.config key that specifies a connection on a
network elsewhere.
How do I deal with this using my.settings.settings?
I'm a bit confused.....
TIA.
Amber