web.config Settings
<connectionStrings>
<add name="ConnStr"
connectionString="Server=.\SQLEXPRESS;
Database=demo;
Integrated Security=True;"
providerName="System.Data.SqlClient"/>
</connectionStrings>
Ensure SQL Server Express is running and adjust connection string as needed