You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added this code in my web.config file. I got connectionStringName attributes not declared error message. i added all reference dll files in my solutions. and i added new connection string in connectionStrings tag
Hi,
<system.web> <sessionState mode="Custom" customProvider="RedisSessionStateStoreProvider"> <providers> <add name="RedisSessionStateStoreProvider" type="RedisAspNetProviders.SessionStateStoreProvider, RedisAspNetProviders" connectionStringName="RedisConnectionString" /> </providers> </sessionState> <caching> <outputCache defaultProvider="RedisOutputCacheProvider"> <providers> <add name="RedisOutputCacheProvider" type="RedisAspNetProviders.OutputCacheProvider, RedisAspNetProviders" connectionStringName="RedisConnectionString" /> </providers> </outputCache> </caching> </system.web>
I added this code in my web.config file. I got connectionStringName attributes not declared error message. i added all reference dll files in my solutions. and i added new connection string in connectionStrings tag
<add name="RedisConnectionString" connectionString="192.124.24.226,connectTimeout=5000" />
so please solve this problem
The text was updated successfully, but these errors were encountered: