How to ... read connections string from app.config or web.config file
Loading...
4,161
Uploader Comments (ignatandrei1970)
see all
All Comments (5)
-
Ok thanks, the application will do this in the first time of using the application after the installation.
Loading...
What if I will make a form to allow users to change sql database settings for connection string. How can I do that?
mryeah07 1 year ago
@mryeah07 : usually they do not need to do this for every time they run the application(do they?). If , however, they need, please make a new class to wrote to the connection string.
ignatandrei1970 1 year ago
Great tutorial! I have a question in connection string. I need to deploy my application and make it as an installer. What connection string I will be using?
mryeah07 1 year ago
@mryeah07 : from the user - think that is an administrator that does the installation
ignatandrei1970 1 year ago