Brad Chen's Developer Blog Azure Database Data science Machine Learning Cloud
2019年7月7日 星期日
ASP.NET MVC Web app using the ASP.NET Identity membership system
ASP.NET MVC Web Application內建會員系統
1.建立專案時選擇ASP.NET Web Application(.NET Framework) Visual C#
2.範本選擇MVC,Authentication認證選擇Individual User Accounts個別使用者帳戶
3.建置並開始偵錯,首頁右上角就會有[註冊]與[登入]兩個功能,點選註冊
填入email做為帳號,輸入密碼,點擊[註冊]按鈕就會成功註冊成會員
4.會員資料預設存放在Visual Studio 2017內建的SQL Server Express LocalDB(輕量版SQL Express)
SQL Server Express LocalDB is a lightweight version of Express that has all of its programmability features, runs in user mode and has a fast, zero-configuration installation and a short list of prerequisites
在AspNetUsers資料表右鍵,選擇檢視資料,即可看到剛新增的會員資料
資料庫檔案預設位置
C:\Users\UserName\source\repos\WebApp1\WebApp1\App_Data\aspnet-WebApp1-20190706124408.mdf
SQL Express LocalDb Instance位置
Reference:
Create a secure ASP.NET MVC 5 web app with log in, email confirmation and password reset (C#)
訂閱:
張貼留言 (Atom)
SQL Server Analysis Service
SQL Server Analysis Service
-
1.安裝了Oracle Client,就可以用Oracle Net Manager工具來設定TNS連線設定(Tnsnames.ora) Oracle Client 18.3 Installation 安裝Oracle Client 18.3 2.啟動Oracle Ne...
-
SQL Server Integration Service可以透過內建的OLE DB Source連線到Oracle匯出資料,但無法寫入資料到Oracle,Attunity公司針對這個功能提供了SSIS的連結Source,並且聽說資料傳送效率非常好,本人沒有測試過效能,有興趣的...
-
Guideline for SQL Server configuration, installation and database creation
沒有留言:
張貼留言