At the moment, I have 6 different accounts for 6 customers.
The code they use is exactly the same so a change requires a propagation to the 6 accounts.
I use SQLDataSource as well as DetailsView and GridView.
I tried to create one account, one set of code creating a Session variable with the connection data on each page.
mixed results.
Am I right that I cannot change the web app definition of the connection by testing which domain I'm on at the top of each page? This is because once its changed, its application wide so there would be collisions between the changing party and one
of the other 6 customers if they are working at the same time.
Is there another way to do this that I'm not thinking about?
I don't want the data for the 6 customers in one database. I want the data isolated with the 6 databases.
thx for your help
Rich