49e4c003be419e2ab4fd3755122f7431ff17ac6f
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 |  |
| 18 | 20 | |
| 19 | 21 |