Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -14,6 +14,8 @@ Get the ConnectionString
14 14
15 15
The sample MVC app used in the guide already contains its own user login model, since we will add a simpler user login model, in order to avoid any unnecessary conflict, delete existing user login files, Controller, Model, and View.
16 16
17
+Delete UserController.cs, UserModels.cs, and the whole User folder under Views as below
18
+
17 19
![](/Guides/MVC-Integration/Phase-II-Draft/1.png)
18 20
19 21