out of memory issue in asp .net mvc application

Posted by SARAVAN on Stack Overflow See other posts from Stack Overflow or by SARAVAN
Published on 2010-03-16T19:28:46Z Indexed on 2010/03/16 19:31 UTC
Read the original article Hit count: 331

Filed under:
|
|
|

Hi, I have got one wierd issue. I am working on an asp .net mvc application. I have a refresh button that build some data and view models in the controller code, and returns the partial view back. Well this refresh does work good the very first time. But when i try to click my refresh button again, a javascript alert comes saying

"out of memory at line 56"

I checked my task manager to see on whats happening. I ahve a 3GB memory and when this error alert shows up the used memory is 1.41 GB. Its normal usage as it looks like. But I dont know why it shows the javascript error alert.

This problem happens in my local workstation where I am doing developement of this application.

Any thoughts or comments to trouble shoot or solve this issue is appreciated. I ma using IE7.

© Stack Overflow or respective owner

Related posts about asp

Related posts about .NET