Hi
I am getting above error on below line
string myCnn = _configuration.GetConnectionString("myCnn");
using Core_Program1.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
Thanks