Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am currently attempting to use a Redis cache for session, but am encountering some difficulties.
I've added this to my Web.config as per https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-provider
<sessionState mode="Custom" customProvider="MySessionStateStore"> <providers> <add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="" accessKey="" ssl="true" /> </providers> </sessionState>
Installed the relevant package using this command
nuget install Microsoft.Web.RedisSessionStateProvider -Version 4.0.1 -o ./bin -Framework net472
Here is a screenshot of the error:
Restarting IIS did not make any difference. What can I do to resolve this error?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Type error in Web.config when using Microsoft.Web.Redis.RedisSessionStateProvider
I am currently attempting to use a Redis cache for session, but am encountering some difficulties.
I've added this to my Web.config as per https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-provider
Installed the relevant package using this command
Here is a screenshot of the error:
Restarting IIS did not make any difference. What can I do to resolve this error?
is working on a reply...