Improve the performance of an ASP.NET application

前端 未结 7 659
离开以前
离开以前 2020-12-29 00:32

How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.

7条回答
  •  爱一瞬间的悲伤
    2020-12-29 00:46

    Use the .NET CLR profiler to determine where optimization will be useful.

    http://msdn.microsoft.com/en-us/magazine/cc301839.aspx

提交回复
热议问题