R
Rick Mavrovik
Hi,
I am developing web application on 3 tier model. For data access my Data
Access Layer (DAL) uses MS Enterprise Library (MSEL). If I am right MSEL
relies on web.config file for the connection strings. I need to make the DAL
totally independent ie I want to save the connection string information in a
App.config file inside the DAL project (a class library project).
How can I make MSEL to use App.Config in DAL for connection string instead
of Web.Config in ASP.Net application??
The reason I want to do this is that I have .Net windows service which need
to use the DAL independently of the application.
-Rick
I am developing web application on 3 tier model. For data access my Data
Access Layer (DAL) uses MS Enterprise Library (MSEL). If I am right MSEL
relies on web.config file for the connection strings. I need to make the DAL
totally independent ie I want to save the connection string information in a
App.config file inside the DAL project (a class library project).
How can I make MSEL to use App.Config in DAL for connection string instead
of Web.Config in ASP.Net application??
The reason I want to do this is that I have .Net windows service which need
to use the DAL independently of the application.
-Rick