asp.net - IIS/SQL Server : Not enough storage is available to process this command 错误

标签 asp.net sql-server-2008 iis windows-server-2003

我在 windows 2003 服务器上托管了 2 个 asp.net 网站。

我的数据库(sql server 2008 标准版)是 4Gb(只有 250MB 是免费的)。服务器硬盘34Gb(其中6GB空闲)。

几天前,我试图在 sql server profiler 运行时访问我的网站。在网站上执行一些操作后,我收到以下消息:

Not enough storage is available to process this command

你能说说是什么原因吗?

不得不提的是,在我运行iisreset命令后,我看到网站再次运行良好,但我担心它会再次出现。

最佳答案

这不是磁盘存储问题。导致此错误的原因有很多,但基本上是由池资源问题引起的,最终这是一个 IIS/OS 问题。

https://serverfault.com/questions/147526/not-enough-storage-is-available-to-process-this-command

关于asp.net - IIS/SQL Server : Not enough storage is available to process this command 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8402472/

相关文章:

c# - 将位数据绑定(bind)到复选框

c# - 如何在ListView/GridView中显示DataSet

javascript - ASP.NET 中的动画

SQL Server - 提高小数精度/小数位数的性能

asp.net - 替代 IIS for Windows 运行 ASP.NET

c# - 将值传递给动态加载的 Web 用户控件

sql-server - SQL Server 管理工作室 2008 : save database diagrams without applying tables just yet

sql - 还原 SQL Server 数据库 - 失败 : 38(Reached the end of the file.)

asp.net - 无法在 IIS 中启动站点(被另一个进程使用)

asp.net - 默认情况下 ASP.NET 4.0 代码在哪个帐户中执行?