Tagged Questions
1
vote
1answer
118 views
Bring the data module to work with — pass-Store-use a connection inside a reusable data module
I want to seperate the data module of a site into an assembly ( a single dll file ) ,
What is the best way to get-store and pass the ConnectionString of the site in dealing with the web application .
...