We are receiving the following exception quite frequently in our application
and was wondering if anyone could shed some light on this.

Error Description: Not enough storage is available to process this command.
Source: System.Data
Stack Trace: at System.Data.SqlClient.SqlConnection.Open()

This is ASP.NET corporate intranet website connecting to SQL Server using
the Microsoft Data Application Block component. What causes Open() to issue
this exception?

Scott Lorenz