I've just randomly started getting this issue, and previously it has been fine up until tonight. I do not want to touch the timeout stuff, I believe it's not needed.
It's a simple query.
{"Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding."}
Here is the code causing the timeout..
var post = (from p in con.blog_posts
orderby p.post_dt descending
select p).First();
Can anyone think of any crevices I should check to try an resolve this?
edit: I can connect to the server with management studio and it is up..