Assuming we want to use this globally in our application, and only make the setting once (even though we may have many different processes, web, winforms, wcf, etc.), and that we don't want to do it through .config files, is there a recommended place to apply this setting?
There doesn't seem to be a good place in the user regions of the DataAccessAdapter where we can set it, which is the first thing I tried.
Thanks,
Phil