Hello, I was wondering where I might find a "sample" application
configuration file for a windows applications.

What should the file be named.... ApplicationName.config ?
I am have created web applications and the system automatically generates a
"template" configuration file. Can the system generate a template file for
windows applications?

In a web application I use the method ConfigurationSettings.AppSettings
("ConnectStr") to obtain my configuration settings. Will I still be able
to use the same method?

Thanks in advance for your assistance!!!!!!!!

Re: Configuration File by William

William
Tue Jan 06 10:23:34 CST 2004

http://www.knowdotnet.com/articles/configfiles.html
"Jim Heavey" <JimHeavey@nospam.com> wrote in message
news:Xns946863C21535AJimHeaveyhotmailcom@207.46.248.16...
> Hello, I was wondering where I might find a "sample" application
> configuration file for a windows applications.
>
> What should the file be named.... ApplicationName.config ?
> I am have created web applications and the system automatically generates
a
> "template" configuration file. Can the system generate a template file
for
> windows applications?
>
> In a web application I use the method ConfigurationSettings.AppSettings
> ("ConnectStr") to obtain my configuration settings. Will I still be able
> to use the same method?
>
> Thanks in advance for your assistance!!!!!!!!



Re: Configuration File by scorpion53061

scorpion53061
Tue Jan 06 10:27:42 CST 2004

Nice article Bill.


"William Ryan" <dotnetguru@comcast.nospam.net> wrote in message
news:uly5yDH1DHA.484@TK2MSFTNGP10.phx.gbl...
> http://www.knowdotnet.com/articles/configfiles.html
> "Jim Heavey" <JimHeavey@nospam.com> wrote in message
> news:Xns946863C21535AJimHeaveyhotmailcom@207.46.248.16...
> > Hello, I was wondering where I might find a "sample" application
> > configuration file for a windows applications.
> >
> > What should the file be named.... ApplicationName.config ?
> > I am have created web applications and the system automatically
generates
> a
> > "template" configuration file. Can the system generate a template file
> for
> > windows applications?
> >
> > In a web application I use the method ConfigurationSettings.AppSettings
> > ("ConnectStr") to obtain my configuration settings. Will I still be
able
> > to use the same method?
> >
> > Thanks in advance for your assistance!!!!!!!!
>
>