Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 08, 2024, 10:26:18 AM]

[February 08, 2024, 10:26:18 AM]

[February 08, 2024, 10:26:18 AM]

[February 08, 2024, 10:26:18 AM]

[November 27, 2023, 06:32:12 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » ASP .NET
  Advantages in migrating from ASP to ASP.NET
Pages: [1]   Go Down
  Print  
Author Topic: Advantages in migrating from ASP to ASP.NET  (Read 2275 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email
Advantages in migrating from ASP to ASP.NET
« Posted: September 29, 2007, 09:57:52 AM »


 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

Articles Source - Free Articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.072 seconds with 24 queries.