หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Migration to ASP.NET Identity from other membership providers
- Migrating an Existing Website from SQL Membership to ASP.NET Identity
- Migrating Universal Provider Data for Membership and User Profiles to ASP.NET Identity (C#)
Some commands aren't supported if the app uses SQLite as its Identity data store. Due to limitations in the database engine,
Altercommands throw the following exception:"System.NotSupportedException: SQLite does not support this migration operation."
As a work around, run Code First migrations on the database to change the tables.