现在的位置: 首页 > 综合 > 正文

加速asp.net 页面

2013年06月30日 ⁄ 综合 ⁄ 共 826字 ⁄ 字号 评论关闭

                                                                                          language:English

How to speed up your ASP.NET pages?

You can improve your ASP.NET application performance using:

1.Use Page.IsPostBack

2.Use SQL Server Stored Procedures for Data Access

3.the HttpServerUtility.Transfer method

4.Save View State Only When Necessary.

5.Don't Rely on Exceptions.

6.Restrict Use of Session State.

7.Limit ASP.NET Server Controls

8.Precompile Your Apps

9.Use ASP.NET Caching

                                                   author:Vigorous birds

                                                      语言:中文

如何加快你的ASP.net的页面呢?

你可以改善你的ASP.net应用程序性能,使用以下方法

1。页面使用ispostback。 

2。使用SQL Server存储过程来访问数据。  

3。HttpServerUtility的转移方法。  

4。保存视图状态只有在必要的时候。  

5。不要依赖于异常。  

6。限制使用会话状态。  

7。限制ASP.net服务器控件。

8。预编译你的应用程序。  

9。使用ASP.net缓存。

                                                 作者:发奋的小鸟

抱歉!评论已关闭.