Reputation: 4646
I have asp.net 2 asp.net websites hosted on windows 2003 server.
My database(sql server 2008 standard) is 4Gb (only 250MB are free). The server hard disc is 34Gb(with 6GB free).
A few days ago I tried to access my website when sql server profiler is running. After some actions in the website, I got the following message:
Not enough storage is available to process this command
Can you tell what can be the reason?
I have to mention that after I ran the iisreset
command, I saw the website working well again, but I'm afraid it will occur again.
Upvotes: 3
Views: 11396
Reputation: 89671
This is not a disk storage issue. There are a bunch of causes of this error, but basically from a problem with a pooled resource and ultimately this is an IIS/OS problem.
https://serverfault.com/questions/147526/not-enough-storage-is-available-to-process-this-command
Upvotes: 4