ASP.NET:性能与缓存

六、其它提高性能的技巧

1、使用存储过程数据访问

2、只读数据访问不要使用DataSet,而是使用SqlDataReader代替DataSet,因为SqlDataReader是read-only, forward-only

3、关闭ASP.NET的Debug模式