29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
---
|
|
title: Migration to ASP.NET Core
|
|
author: rick-anderson
|
|
description: Describes how to migrate from ASP.NET to ASP.NET Core, including ASP.NET 4.x and ASP.NET Core 2
|
|
keywords: ASP.NET Core, migrate, migration, ASP.NET 4.6, ASP.NET 4.7, ASP.NET 4.x
|
|
ms.author: riande
|
|
manager: wpickett
|
|
ms.date: 07/27/2017
|
|
ms.topic: article
|
|
ms.technology: aspnet
|
|
ms.prod: asp.net-core
|
|
uid: migration/index
|
|
---
|
|
# Migration to ASP.NET Core, including ASP.NET 4.x, ASP.NET Core 2
|
|
|
|
### ASP.NET to ASP.NET Core 1.x
|
|
* [Migrating from ASP.NET MVC to ASP.NET Core MVC](xref:migration/mvc)
|
|
* [Migrating Configuration](xref:migration/configuration)
|
|
* [Migrating Authentication and Identity](xref:migration/identity)
|
|
* [Migrating from ASP.NET Web API](xref:migration/webapi)
|
|
* [Migrating HTTP Modules to Middleware](xref:migration/http-modules)
|
|
|
|
### ASP.NET to ASP.NET Core 2.0
|
|
* [ASP.NET to ASP.NET Core 2.0](xref:migration/proper-to-2x/index)
|
|
|
|
### ASP.NET Core 1.x to 2.0
|
|
* [Migrating from ASP.NET Core 1.x to 2.0](xref:migration/1x-to-2x/index)
|
|
* [Migrating Authentication and Identity](xref:migration/1x-to-2x/identity-2x)
|