Hi
Each application contains its own config file(either app.config or web.config)
I dont think that it is a good practise to use a single config settings for different applications. Note that it also depnds on the Application blocks your using (i.e., Data Access applicaiton block, Exception Handling application block, Validation application block or other block).
you may consider using the same config settings for all your applications.
To get best response to your query here http://entlib.codeplex.com/Thread/List.aspx
Thanks,