I have a site using LINQ To Entites to work against the db.
I often encounter an exception:
Expiration time out exception
I checked SQL Profiler and I see that certain queries seem to execute often (instead of once as expected). These queries take a long time.
When I run the query against the database directly, it executes quickly.
What is the cause of this, and how can it be solved?