9738553fc9364e383217d133fc3371a2c0313a34
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -6,18 +6,18 @@ |
| 6 | 6 | |
| 7 | 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 | 8 | |
| 9 | -## Step 1. Connecting to Northwind Database |
|
| 9 | +### Step 1. Connecting to Northwind Database |
|
| 10 | 10 | |
| 11 | -## Step 2. Delete unnecessary Login User Model files. |
|
| 11 | +### Step 2. Delete unnecessary Login User Model files. |
|
| 12 | 12 | |
| 13 | -## Step 3. Add Link to Izenda |
|
| 13 | +### Step 3. Add Link to Izenda |
|
| 14 | 14 | |
| 15 | -## Step 4. Add Login User Model |
|
| 15 | +### Step 4. Add Login User Model |
|
| 16 | 16 | |
| 17 | -## Step 5. Add Controller |
|
| 17 | +### Step 5. Add Controller |
|
| 18 | 18 | |
| 19 | -## Step 6. Add Views |
|
| 19 | +### Step 6. Add Views |
|
| 20 | 20 | |
| 21 | -## Step 7. Add user role model |
|
| 21 | +### Step 7. Add user role model |
|
| 22 | 22 | |
| 23 | 23 | |
| ... | ... | \ No newline at end of file |