performance benefits of asp.net

Discuss ASP, ASP.net as it applies to web design, custom web apps, databases, search engine optimization or Mod Rewrite to make search engine friendly pages and more related matters.

Moderator: John55

performance benefits of asp.net

Postby rajesh1 » Wed Sep 23, 2009 9:53 am

ASP.NET aims for performance benefits over other script-based technologies (including Classic ASP) by compiling the server-side code to one or more DLL files on the web server.[18] This compilation happens automatically the first time a page is requested (which means the developer need not perform a separate compilation step for pages). This feature provides the ease of development offered by scripting languages with the performance benefits of a compiled binary. However, the compilation might cause a noticeable but short delay to the web user when the newly-edited page is first requested from the web server, but won't again unless the page requested is updated further.

The ASPX and other resource files are placed in a virtual host on an Internet Information Services server (or other compatible ASP.NET servers; see Other Implementations, below). The first time a client requests a page, the .NET framework parses and compiles the file(s) into a .NET assembly and sends the response; subsequent requests are served from the DLL files. By default ASP.NET will compile the entire site in batches of 1000 files upon first request. If the compilation delay is causing problems, the batch size or the compilation strategy may be tweaked.



playstation 2
Doctor Reviews
rajesh1
 
Posts: 6
Joined: Wed Sep 23, 2009 9:48 am

Return to ASP Forum

Who is online

Users browsing this forum: No registered users and 3 guests

cron