3. Create Project (建立專案) - wezmag/AspNetIdentityDbFirst GitHub Wiki
In order to learn this sample quickly, we create a new project using ASP.NET Web Application (.NET Framework) template.
為了能快速學習這個範例,我們直接建立新的專案。這裡使用ASP.NET Web Application (.NET Framework)
Select MVC, click on Change Authentication
選擇MVC,點Change Authentication
Select Individual User Accounts, so we don't have to add any references for ASP.Net Identity.
選擇Individual User Accounts,這樣一來,我們就不需要自己再去新增ASP.Net Identity的相關參考
After the project is created, please update all nuget packages.
建立完成之後,建議大家先到 Nuget Package Manager,去更新套件,勾選Select all packages,點擊Update,等待一段時間,就可以將套件都更新完成。
That's it! We have the project now! Next step, we need to add database into this project, so do not build or run this website at this point.
這樣,我們就建立好專案了,先不要執行專案,我們要先將資料庫加進專案中。