Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connectionStringName attributes not declared #17

Open
Gboomanikandan opened this issue Feb 17, 2017 · 0 comments
Open

connectionStringName attributes not declared #17

Gboomanikandan opened this issue Feb 17, 2017 · 0 comments

Comments

@Gboomanikandan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant