T
Tim Gallivan
Hi all,
I think read somewhere (but I can't find it ... note to self: must get new
filing system ...) that there is a workaround so that an app.config can have
multiple keys with the same name or something of the like. What I require is
the ability to point at a development or live database without changing any
existing code in my multiple DLL / single form project.
<add key="dtacollect.ConnectionString"
value="server=xxxxxx;trusted_connection=yes;database=DevDataCollection" />
<add key="dtacollect.ConnectionString"
value="server=xxxxxx;trusted_connection=yes;database=ProdDataCollection" />
Has anyone heard of this?
Thanks in advance,
Tim Gallivan
If a man is in the forest and there are no women around, is he still wrong?
I think read somewhere (but I can't find it ... note to self: must get new
filing system ...) that there is a workaround so that an app.config can have
multiple keys with the same name or something of the like. What I require is
the ability to point at a development or live database without changing any
existing code in my multiple DLL / single form project.
<add key="dtacollect.ConnectionString"
value="server=xxxxxx;trusted_connection=yes;database=DevDataCollection" />
<add key="dtacollect.ConnectionString"
value="server=xxxxxx;trusted_connection=yes;database=ProdDataCollection" />
Has anyone heard of this?
Thanks in advance,
Tim Gallivan
If a man is in the forest and there are no women around, is he still wrong?