Migrating ASP.NET 1.x Applications to ASP.NET 2.0
The topics in this section provide information on migrating ASP.NET version 1.x applications to ASP.NET version 2.0. Included is information on how to enable forms authentication across ASP.NET versions, how to migrate Web pages that use the CodeBehind attribute of the @ Page directive to pages that use the CodeFile attribute and partial classes, and how to run an ASP.NET 1.x application in the .NET Framework version 2.0.
In This Section
ASP.NET 2.0 Migration Overview
Provides information on general considerations for migrating to ASP.NET 2.0.How to: Migrate an ASP.NET 1.1 Web Page Using the CodeBehind Attribute to ASP.NET 2.0
Provides information on how to migrate code-behind pages that use the CodeBehind attribute of the @ Page directive to pages that use the CodeFile attribute and partial classes.How to: Run ASP.NET 1.x Applications in the .NET Framework 2.0
Provides information on how to run an ASP.NET 1.x application in the .NET Framework 2.0.