I am trying to run DotNetNuke application on the IIS of developer machine.
When the application starts it fails to connect to SQL server. This error pops on event log:
source: SQLLocalDB 14.0
Windows API call WaitForMultipleObjects returned error code: 575. Windows system error message is: {Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application. Reported at line: 3714.
At the instance folder i found this or error.log file:
2020-04-08 18:43:59.07 spid52 Starting up database 'dnn_platform'.
2020-04-08 18:43:59.10 spid52 Parallel redo is started for database 'dnn_platform' with worker pool size [1].
2020-04-08 18:43:59.11 spid52 Parallel redo is shutdown for database 'dnn_platform' with worker pool size [1].
The application pool is set to load user profile. The localDb instance folder has access to anyone write there.
I can't figure what is wrong.
My machine is a windows 10.