How to reslove Error 'database is locked' while publishing on Asp .net core 3.1 in azure appservice linux with healthchecks UI

1

We are working on health checks in .NET Core 3.1. We are using AspNetCore.Diagnostics.HealthChecks.UI for rendering Health checks UI. While publishing to Azure App service Linux machine we got the below error

Microsoft.Data.SqlLite.SqlLiteexception (0x80004005): SQLLite Error 5: 'database is locked'

c#
asp.net-core
asked on Stack Overflow May 21, 2020 by Tharun • edited May 21, 2020 by Heretic Monkey

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0