Is it possible to set the **ConnectionString **that all calls to a **SelfServicing **object will use only once at run time?
We do not know the connection string until after the application loads. It is different for each user of the application so can't/shouldn't be stored in the App.Config
Ian