How to read data from cache saved in microsoft velocity from classic asp?
If above is not possible, then what if I use memcache instead? Then is it possible and worth it to read memcache from classic asp?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The AppFabric caching client libraries are .NET-only, you can’t use them directly from ASP.
You might be able to get round this if you were to write a COM-visible object in .NET (a facade, effectively) that you could instantiate in your ASP pages that would talk to the AppFabric cache.