Please bare with me....
I have windows 11 installed on my computer. I have created a project (Dotnet core 6 with Angular and SQLEXPRESS) with authentication type = individual accounts. The project is for Dotnet 6 and x64. There is no changes after the project created except that I have to add 'defaultconnections' to the appsetting.json file.
It is compiled and works well in the development session. Then I released/published it to IIS real website. I found out that the app isn't working in IIS (It says localhost can't currently handle this request.
HTTP ERROR 500)
Note: I did install dot net core 6 run time on my machine.
Any suggestion?
If I created a project with no 'authentication' and no seqexpress and I release it to my IIS, the web is working fine until I added SQL express.
Is there any feature that I have missed?
Thanks

