CSharp

C# External Config File

Objective The objective of this is just to try to get the data from a config file for the database connection. The situation is where one would have a C# executable on a server that would be executed by the webpage. The security standards are that we don’t want the connection string in the SVN/GIT repository at all (besides these “test” ones that are dummy). That also includes having the connection string in the code that will be in the repository (SVN/GIT).