徐驰

导航

2011年6月9日 #

xml的几种用法方法

摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.HtmlControls;using System.Xml;private XmlDocument xmlDoc; //load xml file pr 阅读全文

posted @ 2011-06-09 13:32 徐驰 阅读(340) 评论(0) 推荐(0) 编辑

关于程序应用池满的解决方案(摘抄)

摘要: 超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小问题描述超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息: System.InvalidOperationException: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。这是个老问题了!你就查两点: 一、看所有open 阅读全文

posted @ 2011-06-09 13:30 徐驰 阅读(1026) 评论(0) 推荐(0) 编辑