Friday, December 3, 2010

Sharing settings specified in appSettings element across multiple projects in .NET.

When you are developing multiple .NET projects and want to share common custom configuration settings specified in the
element, for this you can create a common setting file for your all .NET projects.
In web.config file in you can use file attribute like this.

  
  
Code
Web.config file


 


  
  
    
    

    

settings.config file

  
  
   
 
 

No comments:

Post a Comment