Hi,
Recently i implemented Linq to SQL in a static class in my ASP.Net project which is a utility class to get some information on site load. when i used the static linqtosql datacontext i got the above error only in the live environment but never got that issue on UAT, or QA sites. ( this means this issue only happens when there is a much of a load).
so i googled around and found this article here. so what i did was i made my page level datacontext variables and passed them to the static methods every time i call them. is what i did was correct, will that resolve this issue ?/