News

When the project is saved, Visual Studio updates setting information in the app.config XML file. Next, open app.config to examine its contents. Look for values inside the connectionStrings tag.
Ensure that Authentication is set as “No Authentication” as we won’t be using authentication either. Click Create. This will create a new ASP.NET Core API project in Visual Studio.