Coexistence

The first thing to be aware of is that ASP and ASP.NET applications can be run on the same server at the same time with no problems. Different file extensions, configuration models, and processing engines mean that there are no conflicts between them. An application can even have parts that are written in ASP and parts that are written in ASP.NET.

This coexistence can be used in several ways to give you flexibility in converting ASP applications. The following is a list of several different upgrade paths:

  • Upgrade the entire application at once.

  • Upgrade parts of the application at different times.

  • Implement only new features in ASP.NET while parts of the application that are unchanged remain written in ASP.

Although upgrading the entire ...

Get Special Edition Using® Microsoft® ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.