Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Create a compatibility package to help migrate existing apps from v4.5 to v5.0 #457

Closed
1 of 2 tasks
suhasj opened this issue Apr 30, 2015 · 6 comments
Closed
1 of 2 tasks
Assignees
Labels
Milestone

Comments

@suhasj
Copy link
Contributor

suhasj commented Apr 30, 2015

We need to come up with a compatibility package between ASP.NET 5.0 and ASP.NET v4.5 apps so that they can share existing database and user persisted cookies which would be the first step in migrating apps from v4.5 to v5.0. The package should

  • Help user bridge model changes between 4.5 and 5.0
  • Help migrate database without loss of data
  • Use the update PasswordHasher and DataProtection
  • Help applications understand cookies among them
  • Create a Sample
  • Create a package
@suhasj suhasj self-assigned this Apr 30, 2015
@suhasj suhasj added this to the 3.0.0-beta5 milestone Apr 30, 2015
@suhasj suhasj changed the title Create a compatibility package to help migrate existing database and cookies from v4.5 app to v5.0 app Create a compatibility package to help migrate existing apps from v4.5 to v5.0 Apr 30, 2015
@rustd rustd modified the milestones: 3.0.0-beta5, 3.0.0-Beta6 May 18, 2015
@rustd rustd assigned HaoK and unassigned suhasj Jun 1, 2015
@rustd rustd modified the milestones: 3.0.0-RC, 3.0.0-beta6 Jun 1, 2015
@rustd rustd removed the Tracking label Jun 10, 2015
@rustd
Copy link

rustd commented Jun 10, 2015

@rustd
Copy link

rustd commented Jun 10, 2015

aspnet/DataProtection#85

@blowdart
Copy link
Member

Also aspnet/Security#280

@rustd rustd modified the milestones: 3.0.0-beta7, 3.0.0-RC Jul 27, 2015
@rustd rustd removed the enhancement label Jul 27, 2015
@HaoK HaoK modified the milestones: 3.0.0-beta8, 3.0.0-beta7 Aug 10, 2015
@rustd rustd modified the milestones: 3.0.0-RC, 3.0.0-beta8 Sep 21, 2015
@rustd
Copy link

rustd commented Sep 21, 2015

@HaoK Can you please link the Security related bugs for this migration case.

@rustd rustd modified the milestones: 3.0.0-rc1, 3.0.0-rc2 Oct 21, 2015
@HaoK
Copy link
Member

HaoK commented Dec 16, 2015

Tracking the samples work here #682 for Rc2, remaining package/documentation can be done post RC2

@HaoK HaoK removed the 2 - Working label Dec 17, 2015
@divega divega modified the milestones: 1.0.0, 1.0.0-rc2 Apr 1, 2016
@HaoK
Copy link
Member

HaoK commented May 23, 2016

e067629 AspNet.Identity.CoreCompat package added

@HaoK HaoK closed this as completed May 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants