Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a web application which has multiple sub web application. I want to put object in cache in sub web application 1 and want to access the same cached object in sub web application 2..

Example:

IIS Herarchy:

Web_Application (Parent Web application)
- WebApplication1 (Child web application)
- WebApplication2 (Child web application)

I am putting object into cache inside the WebApplication1 code and want to access this same cache in the WebApplication2.

Is this possible ?
If yes, how?

Thanks
Posted
Updated 28-Aug-14 22:15pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900