read app.config file
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have created class library project and i have written connection string to sql server in app.config file like now i want to use this project in web application. So i will add the DLL of this project in web application. But how can i read the connectionstring from app.config file in web application? Please provide some code or guidance for it.