ConnectionString parameter and Dataclass library

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top