diff --git a/index.html b/index.html index 4ef5d16..471a21a 100644 --- a/index.html +++ b/index.html @@ -220,6 +220,7 @@
Install the MiniProfiler.EF6 nuget and use one line of code to initialize for all connections in the app:
using StackExchange.Profiling;
+using StackExchange.Profiling.EntityFramework6;
...
protected void Application_Start()
{