Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a ASP.NET 2.0 system and I am looking at a method to try and setup a connection string based on each company to offload the SQL overhead. I am trying to use the provider method with BLL and DAL. I have no Idea how to properly pass an identifier down to the object to pull from a company specific database depending on which user is logged in. Anyone have any coding suggestions first off, and then possible hardware software suggestions for spreading out the load?
Posted

1 solution

You can use a field in AppSettings in web.config and in database a field that related it field in web.config.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900