ConnectionString parameter and Dataclass library

G

Guest

Hello
i created my data access layer in a class library (a dll),
i referenced this dll in my project.
When i deploy my solution i can access to the app.exe.config file, but i
don't find the config file of my dataclass.dll.
so i can't change connectionsstrings of my application.
how can i do.
thanks for your help
 
B

Bruno Piovan

You can use your app.exe.config to change the connection string, as this
config file is the one associated with the running app.

Bruno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top