I am using ado entity framework in my asp.net mvc2 application. I want to set context's LazyLoading enabled=false. But this options is not available. its giving error for contextoptions.
How do I add this attributes to my .edmx file? do i need any upgrade as I am using vs2008?