Difference between <connectionstring> and <appsettings>
if u do a project in.net you have many webforms.each form should connect with database.so u have to write connectionstrings in each form.u can avoid these things.u can declare connection strings in global wise.then it will inherit in each form