Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a hosted a website Main associated with an app pool AppPoolMain. There is a virtual directory under this Main website named VD. VD has a separate app pool AppPoolVD.

I want to write HttpCache within VD and read it from within Main and vice-versa.
In other words, both VD and Main should be able to share this HttpCache object. As far as I know, this is not possible.

Q1: Am I correct?
Q2: In any case, what kind of work-around can I use to get around this problem?

Please note that storing the HttpCache value in a database is not an option.
Posted
Updated 21-Jun-11 12:00pm
v2
Comments
My Tech World 23-Jun-11 8:29am    
On the production and QA servers we are already using another distributed caching solution (using Enterprise Library). However, because of license issues on dev environment, I need to explore another solution that will make this possible.

1 solution

You might want to explore caching features of Windows Server AppFabric.
 
Share this answer
 

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