Submit Articles | Member Login | Top Authors | Most Popular Articles | Submission Guidelines | Categories | RSS Feeds See As RSS
 
 
   
Forgot Password?    New User?
Host all of your sites for
a total of $6.45 / month!

Click here and get 25GB
more disk space free!
 


Text Link Ads


Welcome to ArticleRack.com!

ALL » Computer-Programming >> View Article


By: Balaji
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.

See All articles From Author

Westchester County, NY - WebSite Design & Development Advice


Explore Westchester County, NY
Westchester Restaurants
Westchester Store
Vote For Article Rack
at Best Directory

Top Sites