asp.net - Multiple applications and single web.config -


is possible have single web.config file multiple asp.net web applications?

one solution read web.config text file applications , required key after parsing doesn't neat. plus may not work in case web.config entries encrypted using aspnet_regiis.

or may other way add entries in machine.config (connection strings, app settings) applications can read?

no, not possible. best knowledge.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -