I have created a user web form (asp.net Core) to update a table (Add, Edit, Delete records) in SQL Server using Visual Studio 2019. I had the form functioning properly testing it using the MSSQLLocalDB Connection, however I am having difficulty connecting to my Live SQL Server data source. I have defined the connection string in "appsettings.json", called the connection string in the "startup" page. I have built the solution, no errors or warnings, but I'm not quite sure where to go from there.
Thanks for your help