There\'s a lot of post saying how to change info in the app.config and there are posts that say you shouldn\'t edit info in the app.config but store info in user folders. I understand these topics. Bu
I have added a customConfig.xml to my project. I\'m struggling to read the开发者_JAVA技巧 file into xElement because I need a file path.
We\'re a small team, working on a asp.net web project, as well as service, both projects dependent on a shared class library.
Similar but not the same: How to securely store database connection details Securely connecting to database within a application
I had to migrate a .NET 3.5 to 4.0 but some dll\'s were not loading, after googling I found that creating an app.config would solve it:
I have multiple DLLs that are used to read/write data into my database. There is a presentation layer DLL and a data access layer DLL. I want these DLLs to share a set of the connection strings.
I triedfrom a controller to use grailsApplication information to create some folder, however, what I got from the following line of code is \"false\" - my grails application runs well, though....
I have an app that works fine on 32-bit systems, but fails on XP 64 bit systems.I\'ve tracked it down to the connection string defined in my app.config thus:
I have a problem where I compiled my application on Visual Studio 2010 while targetting the .NET Framework 3.5, deployed it to a client server, only to find it gives me the following error:
I know that the preference for INI or appconfig XML is their human readability. Let\'s say user preferences stored for my app are hierarchical and numbers about a thousand items and it would be reall