I made a asp.net core application and I need to host it on local PC with local DB. For test I deploy and host it on my PC with IIS and it's working without problem but only with online DB, when I change connection string to my local DB I got this error: error with local database
and here is my connection string for online ( working normally) and local db ( don't work when deploy, work in visual studio)
what I need to install/change to host my app on local PC with local DB