I am facing this issue with my asp.net MVC5 web application, using Identity v2.0.0.0, EF 6, Castle Windsor IOC Container, Microsoft SQL Server 2005
I am trying to get th
Maybe You forgot to await async function, and then next statement is trying to execute two queries on single connection?
await