Using mvc-mini-profiler database profiling with Entity Framework Code First

后端 未结 3 1165
醉酒成梦
醉酒成梦 2020-11-27 18:32

I\'m using the mvc-mini-profiler in my project built with ASP.Net MVC 3 and Entity Framework code-first.

Everything works great until I attempt to add database prof

3条回答
  •  难免孤独
    2020-11-27 18:55

    I was still having problems getting this to work and found that I needed to rename or remove the connection string to get Database.DefaultConnectionFactory to work.

    Please refer to this answer for more detail.

提交回复
热议问题