performanceasp-classicmemcachedappfabric

using microsoft velocity / memcache from classic asp


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?


Solution

  • 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.