views:

17

answers:

0

I'm getting Out of Memory exceptions surrounding code I've written (about half the time the exception comes from my .dll and half the time it comes from the code just before my .dll; both places deal with bitmap images) when we put it on the live site, but not when we run it through Visual Studio or on our test server. I've been told that the web.config files are almost exactly the same except for the "debug=true" line, which leads me to believe that there's some difference in how the memory is managed that's causing this.

So is there some kind of big difference in the way that IIS handles memory? Or are my suspicions that Visual Studio runs through IIS and something else is amiss justified?

P.S. Sorry if I'm missing something stupid or this has already been posted; couldn't find a relevant question already posted.