We have several virtual applications inside one main (root) application.
How to share Cache between this virtual application and main application if they are located (and always will be) on the same physical machine?
By Cache i assuming System.Runtime.Caching or System.Web.Caching. Hope that i do not need to setup AppFabric Caching for this...