C# MVC ADD DB Connection String
C# MVC ADD DB Connection String
<connectionStrings>
<add connectionString="Server=MANISH-PC;Database=OnlineExam;User
ID=sa;Password=pass@word1" name="default" providerName="System.Data.SqlClient" />
</connectionStrings>
namespace TESTMVCPROJECT.Models
{
[Table("tbl_category")]
}
}