Can I use Windows Server AppFabric caching with IIS Express for an ASP.NET session?

I want to run Windows Server AppFabric CODING locally on a Windows 7 machine.

Can I configure an ASP.Net application to use AppFabric Caching for session state with IIS Express >?

+4
source share
1 answer

Yes, you just need to make sure that the App Fabric caching server is configured correctly on your local machine.

+4
source

Source: https://habr.com/ru/post/1341006/


All Articles