This is a question asked in my interview today.
How do i share same configuration settings for different web applications running under a same IIS.
I answered,
Can be done by moving same into root level web.config/machine.config file under a CLR version i.e Windows/Microsoft VS .Net/Framework/Version/Config/filename
Have a xml file or some file located on a disk of the server and read using System.IO.
Older way, put some .ini file and read it
Finally they said all are wrong! Like to know what could be the way to do this?