Where to store application settings ?


 

hi

 

i writing application have store application settings.

which 1 best way store application settings , why ?

windows registry

an xml file.

 

regards,

haris

 

no registry - ms recommends limiting registry access user applications.  guess 2+ versions, registry may not exist in same form know of today.

 

yes xml file - assume .net application.  app.config file xml file.  there amount of robust , rich api set manage information in app.config file.

 

yes to database - other connection information, store app settings information in databse.  dont use practice, many others recommend , use this.  nothing wrong in that.

 



Architecture  >  Architecture General



Comments

Popular posts from this blog

Problem In Configuring Biztalk 2009 In Creating A ReceivePort.When I Try To Create A Receive POrt I Got This Error

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

Deleting duplicate values from a collection?