Maybe a dumb question but how do I enable EPiServer to save the statistics in the db?
I´ve got the realtime one to work as expected but I can´t show any historic statistics in editmode.
You have to add a connection string to your %PROGRAMFILES%\EPiServer.LogService\EPiServer.LogService.exe.config file like this:
.
.
.
E g. changing the connectionString value to a valid connection string for an EPiServer database using the same syntax as in your web.config file
Already done that but I see now i´ve got it all wrong. Had servername as databasename cause the original file had the Data Source in the connectionsString missing.
Like this:
Don´t know if it was just our file or if it´s common when upgrading to 4.51.