I need more then 1 (MS-SQL) connection string/configuration, depending on the current running configuration (Development, Production, offline etc.)
How could I declare these connection strings in advance (Proj. Settings) and tell the application which one to use without the need to compile the program.
Using a command-line argument is an option but still unconvenient.
I know .NET/ASP has an 'outside' non-comipied config file used by the application which you can modify.
Any thing like for a Win Form/Smart desck top application?
Thanks
How could I declare these connection strings in advance (Proj. Settings) and tell the application which one to use without the need to compile the program.
Using a command-line argument is an option but still unconvenient.
I know .NET/ASP has an 'outside' non-comipied config file used by the application which you can modify.
Any thing like for a Win Form/Smart desck top application?
Thanks