Dusan Czupek's blog

Blog related .NET & web development

Speed up ASP.NET page/control loading

Often you find yourself waiting after you made changes in code behind. Delay during first page load has to do with code compilation. With simple modification of web.config you can speed up this process a bit. Main issue is that ASP.NET engine by default compiles all files in folder where you page is... [More]
Posted: May 20 2009, 08:30 by dczupek | Comments (14) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: dotNet