Когда я собираюсь отладить код, обнаружена непредвиденная ошибка.
protected void Page_Load(object sender, EventArgs e)
{
con.ConnectionString = "Data source=JaneBrillo;Initial Catalog=Accounts;Integrated Security=true";
con.Open(); // <<-- This line is the error
}