a78a709fc818a02f0eabbcc76a01447691e04af4
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -309,6 +309,15 @@ namespace Sample_MVCApp.Controllers { |
| 309 | 309 | @Scripts.Render("~/bundles/jqueryval") |
| 310 | 310 | } |
| 311 | 311 | ``` |
| 312 | + |
|
| 313 | +### Step 7. Run and Test it |
|
| 314 | + |
|
| 315 | +After step 6, the application's login page should work as below |
|
| 316 | + |
|
| 317 | + |
|
| 318 | + |
|
| 319 | + |
|
| 320 | + |
|
| 312 | 321 | ### Step 7. Add user role model |
| 313 | 322 | |
| 314 | 323 | Add |