增加asp.net应用程序性能的20种方法(简单有效)
1.禁用session假如您用不到session会话跟踪请务必禁用它。您可以在每个asp.net页面中设置如下:<%@ Page language=”c#” Codebehind=”WebForm1.aspx.cs” AutoEventWireup=”false” Inherits=”WebApplication1.WebForm1′′ EnableSessionState=”false” %> 当然您可以在web.config应用程序配置设置中设计mode的值为Off. 2.输出缓冲设置这个方法对你的应用很有帮助.asp.net应用程序基本上在服务器
下载地址
用户评论