T-XU.COM      
Home |
  Home>Technology & Science>
Advantages in migrating from ASP to ASP.NET
By Balaji        [Hits: 15633]



Advantages in migrating from ASP to ASP.NET

ASP to ASP.NET migration can be done by just changing the extension from .asp to .aspx. But before transporting or migrate an .asp file to .aspx, you might think twice the necessity of changing the file. The first advantage is that ASP.NET applications can handle two to three times the request per second as compared to ASP applications. This will certainly increase the performance of ASP.NET applications. The second advantage will be that all the processes are monitored by ASP.NET runtime so that if any one process leaks, a new process can be created in its place. This will help ASP.NET applications to be continuously available to manage requests.

The third and the biggest advantage is the productivity time for an application. The in-built server controls and event handling helps developers to easily create applications. Moreover, the code behind feature in ASP.NET applications separates the design page with the code page. The compiled execution makes the ASP.NET applications much faster than ASP and the output caching feature eliminate the need to query the database each time the request is made.

You can migrate from ASP application to ASP.NET application in two ways: Horizontal migration and Vertical migration. In Horizontal application, one complete tier of the code has to be replaced. In Vertical application, you have to modify every piece of the application through all n-tiers. You can also migrate to ASP.NET application by just changing the file extension. But this requires the VBScript to be changed to VB.NET. In case, you do not want to integrate an ASP application to ASP.NET, you can run both the application on the same server. They both have completely different processing engines.

Thus, ASP to ASP.NET migration means complete object-oriented programming structure, easy maintenance, reusable code, automatic documentation from reverse engineering, ASP.NET controls, and multiple-language debugger.

To access online version of the above article, go to http://www.dotnet-guide.com/migration.html

About the Author

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.

  Top Articles
*Looking For Satellite TV?
*Satellite Radio In Your New Ve
*Cell Phone Listening Devices K
*A Tale of Three Essences
*Do You Need A New Plasma TV?
*BlackBerry Connect comes to Pa
*The Benefits of Satellite Tele
*A Word will Do...
*A Full MoonĄ¯s Coming. Use You
*Panasonic 42 Plasma TV TH-42PW
*Nextel Cell Phones - How Good
*Samsung's Largest Plasma TV Is
  Related Articles
*Addiction to Complaining
*Advising on the best opinion i
*Achieving an Ambidextrous Mind
*Advising on the most up-to-dat
*Accurate Pre-Neolithic Calenda
*Affinity
*Access Control List in .NET Fr
*Ah, Sweet Memories - Part One
*About Web Forms in .NET Framew
*A Zen Look at Dating & Religio
*A Word will Do...
*A Winning Motto: No APOLOGIES,


Prev: Addiction to Complaining   Next: Advising on the best opinion in relation to ultraviolet ligh



Home | Site Map | Bookmark this site | T-XU RSS
Copyright 2007 T-XU.com - All Rights Reserved Worldwide.