Error 500 or 404 when trying to connect localhost to the SQL Server DB by string in appsettings.json
I have SQL Server on the server. It has a username/password and a mixed auth. If I open port 1433 on the server and connect to the database via IP:Port, site works as it should.
Error 500 or 404 when trying to connect localhost to the MSSQL DB by string in appsettings.json
I have SQL Server on the server. It has a username/password and a mixed auth. If I open port 1433 on the server and connect to the database via IP:Port, site works as it should.