A
ad
I am developing web applicaiton with VS2005.
The WebApp used a ClassLibrary in another project.
There are some TableAdapter in the classlibrary, and the TableAdapter use
the connection in the app.config.
The WebApp have also it's own connection string in the web.config.
After developing, I must deployment my web application into the server.
How can I integrate both config after when deployment?
The WebApp used a ClassLibrary in another project.
There are some TableAdapter in the classlibrary, and the TableAdapter use
the connection in the app.config.
The WebApp have also it's own connection string in the web.config.
After developing, I must deployment my web application into the server.
How can I integrate both config after when deployment?