[Lavanya Deepak] Lavanya Deepak
Technology for Better Business and Higher Standards of Life

Sunday, March 19, 2006

Website Precompiler for ASP.NET

Website Precompiler for ASP.NET

The most elegant feature of ASP.NET is the JIT compilation and caching of the pages once served, so that the second time, the users would get the most fastest response. However, the very first user to request the page has to wait a while, as the pages are JITted.

ASP.NET 2.0 has a compile website option, I guess. However, for websites running on .NET framework 1.1 this is still an issue. I have been looking out for some solutions and I came across the following article, which I think would be helpful to other users too and would like to share the same.

  1. Precompile ASP.NET Pages by Narendra
  2. Alberto's Precompiler for ASP.NET

I hope these would be very useful for ASP.NET development fraternity worldwide.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home