Replies: 1 comment
-
If i refresh i dont get error after setting it like below but it still loads with error on initial load. Adding the user(actually computer name) on SQL Server ->Database ->Security ->New Login with dbo permissions DOMAIN\DOMAINMACHINE-SRV01$ [IIS Computer Name, not the SQL Server Instance Name] "SqlConnection": "Data Source=SQLSERVERMACHINE\SQLEXPRESS2019; Initial Catalog=CORE; Integrated Security=true;Trusted_Connection=true;TrustServerCertificate=True;MultipleActiveResultSets=False;" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
When api and db were on my local i could add the IIS APPPOOL\MauiWebServer under my local database users list.
If my SQL Server database is on one server and my web api is on another, it doesnt
"SqlConnection": "Data Source=SQLSERVERMACHINE\SQLEXPRESS2019; Initial Catalog=CORE; Integrated Security=true;Trusted_Connection=true;TrustServerCertificate=True;MultipleActiveResultSets=False;Encrypt=False"
Error

Beta Was this translation helpful? Give feedback.
All reactions