How To Set Connection String In Properties.Settings Of ASP.NET Class Library Project
Usually, we set an asp.net connection string directly in the app.config. However, we can also do it Properties.Settings. As soon as
we saved the name and value, it will reflect in the app.config. Here's a sample image as reference:
Cheers!
Cheers!
Comments
Post a Comment