Hi ryancyq
The most strange is in my local machine, development environment, it works fine. Only when it is running in our non-production environment with the application published in a ISS server it happens.
Some idea what is going on? Any configuration maybe I am missing?
In additional,
I realized that in my appsettings.json I have these configuration:
"Abp": { "RedisCache": { "ConnectionString": "localhost", "DatabaseId": -1 } },
And in my preInitialize() method I have these lines:
//Uncomment this line to use Redis cache instead of in-memory cache.
//See app.config for Redis configuration and connection string
Configuration.Caching.UseRedis(options =>
{
options.ConnectionString = _appConfiguration["Abp:RedisCache:ConnectionString"];
options.DatabaseId = _appConfiguration.GetValue<int>("Abp:RedisCache:DatabaseId");
});
Maybe is there something wrong with that?
Guys,
I am still struggling to fix it. My logs have tons and tons of ERROR with Timeout, and only for "AbpUserSettingsCache".
Some idea?
Hi @ismcagdas
They are different databases, however, almost the same data. The database and tables are really small compared with caches that I use in my routines. I am getting erros only in apb routine.
I will try Windows's Event Viewer.
Do you mean changing "en-GB" to "en"?
Do I need to change from Language and Settings table as well?
No, I am deployinng on Windows Server 2012 R2 IIS version 8.5.9600.16384.