Azure – Configure Redis Cache for IIS MVC5 ASP.NET Web Farm Session State Provider (How To)



Azure – Configure Redis Cache for IIS MVC5 ASP.NET Web Farm Session State Provider (How To)

Azure - Configure Redis Cache for IIS MVC5 ASP.NET Web Farm Session State Provider   (How To)

Step by Step configuring of an IIS MVC5 ASP.NET Application for use with Redis Cache Session State Provider

1) Redis Cache
a. Create the Redis Cache in Azure
2) ASP.NET Web Application Code
a. Get the StackExchange.Redis Nuget Package
b. Change Web.Config to use Redis Session State Provider
3) IIS Configuration
a. Make Sure Machine Key is Same Across your Load Balanced Servers

Comments are closed.