2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-08-11 10:09:38 +08:00
|
|
|
title: Migration to ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2017-11-22 03:05:25 +08:00
|
|
|
description: Describes how to migrate from ASP.NET to ASP.NET Core, including ASP.NET 4.x and ASP.NET Core 2
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-08-11 10:09:38 +08:00
|
|
|
ms.date: 07/27/2017
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
2017-08-11 10:09:38 +08:00
|
|
|
uid: migration/index
|
2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-11-22 03:05:25 +08:00
|
|
|
# Migration to ASP.NET Core, including ASP.NET 4.x, ASP.NET Core 2
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-11-22 03:05:25 +08:00
|
|
|
### ASP.NET to ASP.NET Core 1.x
|
2018-01-11 03:58:43 +08:00
|
|
|
* [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)
|
2017-08-11 10:09:38 +08:00
|
|
|
|
2017-11-22 03:05:25 +08:00
|
|
|
### ASP.NET to ASP.NET Core 2.0
|
|
|
|
* [ASP.NET to ASP.NET Core 2.0](xref:migration/proper-to-2x/index)
|
2017-08-29 00:12:40 +08:00
|
|
|
|
2017-11-22 03:05:25 +08:00
|
|
|
### ASP.NET Core 1.x to 2.0
|
2018-01-11 03:58:43 +08:00
|
|
|
* [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)
|