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
+![](/Guides/MVC-Integration/Phase-II-Draft/9.png)
318
+
319
+
320
+
312 321
### Step 7. Add user role model
313 322
314 323
Add