Back to Aspnetcore

DevProdSQLite

aspnetcore/includes/DevProdSQLite.md

latest557 B
Original Source
<h3 id="sqlite-ss-6">Use SQLite for development, SQL Server for production</h3>

When SQLite is selected, the template generated code is ready for development. The following code shows how to select the SQLite connection string in development and SQL Server in production.

[!code-csharp]

The preceding code doesn't call UseDeveloperExceptionPage in development because WebApplication calls UseDeveloperExceptionPage in development mode.