Asp.net – Can't access my API for SQL Server (Error 500)
I am hosting a site on IIS (Windows Server 2022), and trying to implement a simple register-login system via simple ASP.Net Core Web API, but while I can manipulate database internally, I cannot do it externally, nor via the curl…