Difference between <connectionstring> and <appsettings>
<appsettings> is used before connection string we use it to set the applicstion setting so that program run successfully,but <connectionstring> is used to make the or establish the connection.