Currently I deploy a project to production with git, using git push production master to a repository with the following post-receive hook:
I need to know how we can control the environment setting in the application without manually changing the setting in app.config in my .net windows application.In Java I would use a command line optio
I am reading my DataTable as follow: foreach ( DataRow o_DataRow in vco_DataTable.Rows ) { //Insert More Here