Get Cache from Website
-
Hi all, Assume there are 2 projects in same server. Eg: "Project1" , "Project2" and "Web Service". Project1 is having some cache. Eg: cache1, cache2; Project2 is having some cache. Eg: cache3, cache4; I need to get the values of cache from Project1 using Web Service. is it possible? Please tell me if anybody knows.
Thanks & Regards Kumaran
-
Hi all, Assume there are 2 projects in same server. Eg: "Project1" , "Project2" and "Web Service". Project1 is having some cache. Eg: cache1, cache2; Project2 is having some cache. Eg: cache3, cache4; I need to get the values of cache from Project1 using Web Service. is it possible? Please tell me if anybody knows.
Thanks & Regards Kumaran
I don't think so. Both projects executes isolated. So you won't be able to get the cache values from other.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hi all, Assume there are 2 projects in same server. Eg: "Project1" , "Project2" and "Web Service". Project1 is having some cache. Eg: cache1, cache2; Project2 is having some cache. Eg: cache3, cache4; I need to get the values of cache from Project1 using Web Service. is it possible? Please tell me if anybody knows.
Thanks & Regards Kumaran
Not sure if this article will help http://aspnet.4guysfromrolla.com/articles/100902-1.aspx
We are not a Code Charity