Need Help in creating Web setup project.
1. Bussiness Layer (Class Library)
2. Data Access Layer (Class Library)
3. Presentation Layer (Web Application Project)
I get the query string for accessing the database from the XML settings file of Data Access Layer within that Class Library .
The problem is When i created my WebSetup Project for my Web Application Project, i was only able to include DLL file for Data Access Layer (Class Library) Code as output.
I am unable to include the settings file of the class library code. which is required for changing the query string. Can any one help me in solving this problem

