Showing posts with label 38)What is appsettings?. Show all posts
Showing posts with label 38)What is appsettings?. Show all posts

Monday 9 April 2012

What is appsettings?


The <appSettings> element of a web.config file is a place tostore connection strings, server names, file paths, and other miscellaneous settings needed by an application to perform work. Theitems inside appSettings are items that need to be configurabledepending upon the environment, for instance, any database connection strings will change as you move your application from a testing and staging server into production.