Question

creatio code on iis not browse connection string error

Server Error in '/8.0.8.4758_SalesEnterprise_Softkey_MSSQL_ENU' Application.

It was not possible to connect to the redis server(s). UnableToConnect on TSAGENT-1-5:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 7s ago, v: 2.1.58.34321

File attachments
Like 0

Like

1 comments

Hi,

 

The error message (and the "TSAGENT-1-5:6379" link to the Redis server) indicate that you are using out-of-the-box ConnectionStrings.config file that wasn't changed in accordance to your local network infrustrucure (connection to your local Redis server wasn't changed). Set this connection properly and the error will not popup again.

Show all comments