Friday, July 10, 2009

Deploy Asp.Net application using "compilation debug="false"

If you are deploying using compilation debug="true".The following will happen.
  1. The compilation of ASP.NET pages takes longer
  2. Code executes slower
  3. Memory useage will be high .during run time
  4. Scripts and images download from the webresourcre.axd handler are not catched
Note:the last point is important.If you are using external scripts(javascript ,css etc ). "" webresourcre.axd handler automatically set long cache for on the resources retrieved via it.So that the resource is only downloaded once to the client and catched there forever.

For more details click Here

0 comments:

 
Counter