I have an app that uses EF (i've seen the 'EF has a bug and StackOverflows' posts thanks). To test my stuff I generally wrap a simple console app around my code, run, rinse repeat till I get it right... So I was pretty surprised to see a stackoverflow when I moved my code to IIS.
Right now I get this problem on IIS 7.5 (windows 7 from MSDN). I have "gigs" of memory free but the code doesn't seem to require 'that much' memory and like I said - the console app run just fine...
So I'm no IIS wizard but I'm wondering if I can manually increase the stack size or bump the memory w3wp uses etc... (it's under 200 M right now).
I can't "bing/yahoo/google" this effectively because nearly every reference to "stackoverflow" points back here !! So i figured I'd ask the community and see what y'all got... :)
Thanks in advance. If you need any followups answered post a comment and I'll try to check back every 30 minutes (or so)