Question : I’m trying to encrypt my connection string , which is in my app.config . After reading some forums, […]
Tag: app.config
How to save changeable parameters in the system?
Question : I have an ASP.NET MVC project and I use web.config to save some parameters that will be used […]
Scope configuration file saving directory with User C #
Question : For configuration files in C # , I have always used App.config only to write connection strings and […]
How to use multiple App.config
Question : How to use more than one App.Config? I have a Solution with several projects. In each project there […]
How to save program, database, or configuration file settings?
Question : In my application, the admin user can make some settings, for example: Set whether you want to use […]
C # App.config – Change DB address at installation time
Question : I have a C # desktop application that when installed on a pc, should access a Mysql DB […]