d2ce76f2b45405a5cd84058380d14b583204cdf2
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -0,0 +1,21 @@ |
| 1 | +#Izenda MVC Kit Integration Guide Phase II |
|
| 2 | + |
|
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 5 | +##About |
|
| 6 | + |
|
| 7 | +Phase II Integration is a continuation to the last step of Phase I integration. This guide will show how to add a login page to an MVC application and give different user roles to Izenda based on user login info. This guide will use Izenda mvc5r3 kit, a simple MVC application, which is downloadable at [http://wiki.izenda.us/Guides/MVC-Integration/Sample_MVCApp.zip](http://wiki.izenda.us/Guides/MVC-Integration/Sample_MVCApp.zip), and Visual Studio Express 2013 for Web. |
|
| 8 | + |
|
| 9 | +## Step 1. Connecting to Northwind Database |
|
| 10 | + |
|
| 11 | +## Step 2. Delete unnecessary Login User Model files. |
|
| 12 | + |
|
| 13 | +## Step 3. Add Link to Izenda |
|
| 14 | + |
|
| 15 | +## Step 4. Add Login User Model |
|
| 16 | + |
|
| 17 | +## Step 5. Add Controller |
|
| 18 | + |
|
| 19 | +## Step 6. Add Views |
|
| 20 | + |
|
| 21 | + |
|
| ... | ... | \ No newline at end of file |