I am deploying an asp.net core application on IIS. I have followed the guides on Microsoft and the app is running but I have problem accessing the database. Login method is configured to windows authentication with Indentity Pooling. When checking the server log I get the following error-message:
Login failed for user 'STG\SGSTH-SRV-TST99$'. Reason: Could not find a login matching the name provided. [CLIENT: ]
The authentication works in Visual Studios but then my personal account is used for authentication. I have made sure the login exist in Security >> Logins and get an error message saying the user already exist if trying to create the user:
Error message when creating user
Any help with this issue is much appreciated.
Thanks!
IIS 10, ASP.net Core, EF Core.