G
Geoff Pennington
It is really pathetic that I don't know this, but here it is. I have been
writing ASP.Net apps for a while, and all configuration information, such as
the database connection string, goes in a text file called Web.config.
There, it is accessible to the entire app and can be changed without
recompiling anything.
Now I am writing a Windows app (using VB.Net). This type of project does not
have a Web.config file (of course) so where do I put the database connection
strings, so that I don't have to recompile if the DB location changes?
Much obliged,
Geoff.
writing ASP.Net apps for a while, and all configuration information, such as
the database connection string, goes in a text file called Web.config.
There, it is accessible to the entire app and can be changed without
recompiling anything.
Now I am writing a Windows app (using VB.Net). This type of project does not
have a Web.config file (of course) so where do I put the database connection
strings, so that I don't have to recompile if the DB location changes?
Much obliged,
Geoff.