---
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
manager: wpickett
ms.author: riande
ms.date: 07/27/2017
ms.prod: asp.net-core
ms.technology: aspnet
ms.topic: article
uid: migration/index
---
# Migration to ASP.NET Core

### ASP.NET to ASP.NET Core 1.x
*   [Migrate from ASP.NET MVC to ASP.NET Core MVC](xref:migration/mvc)
*   [Migrate configuration](xref:migration/configuration)
*   [Migrate authentication and Identity](xref:migration/identity)
*   [Migrate from ASP.NET Web API](xref:migration/webapi)
*   [Migrate 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
*   [Migrate from ASP.NET Core 1.x to 2.0](xref:migration/1x-to-2x/index)
*   [Migrate authentication and Identity](xref:migration/1x-to-2x/identity-2x)