Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i am getting this error "Not enough storage is available to complete this operation" error number 14 in asp which i used java script",when client accessing the URL.after restarting the IIS,its working fine for the client also.

But when i acces the URL from my browser no issues what might be the problem please let me know Thanks in advance.


sytem Properties:
OS :Windows server2003 sp2
RAM:4 GB
Posted

Are you calling GC.Collect in your web page? If so, comment that out and see if your web page runs more reliably.

By the way, you might also want to consider doubling the amount of RAM in the box.
 
Share this answer
 
v2
You're using java and ASP, not javascript and ASP.NET ?

The error means what it says. It means you're leaking memory, and resetting IIS cleans it up. How much stuff do you put in the session ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900