Av. Viaducto Tlalpan 1013B Col. La Joya CP 14090
México D.F.
Tels: (+52 55) 5554-8214,
5554-8190 y 5554-3660
High performance and scalability
The code is compiled to be executed in the CLR. You can choose to have it precompiled at the server or let the server compile it the first time you run it. The result is 3 to 5 times higher speed than the old ASP pages.
Rico system cache. Proper use of the powerful built-cache increases the performance and scalability of the application. The cache allows you to cache pages from a complete parts, from data sets from the database.
ASP.NET is ready to get web server farms for sites with high traffic volume and spread the load among servers
Improved reliability
ASP.NET can detect memory leaks, problems with blocking and protection from falls. Among other things, is able to detect web applications that they lose memory, another process starting with a clean new instance of the application to close the losing memory freeing memory loss.
Easy distribution and installation
An ASP.NET application is installed as easily as copying the files in it. It is not necessary to register any components, just copy the files to the web.
You can recompile the application, or send new files without restarting the application or the web server.