Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -322,10 +322,11 @@ If the application does not run correctly, and instead the below error message a
322 322
323 323
![](/Guides/MVC-Integration/Phase-II-Draft/5.png)
324 324
325
-then open command prompt and type 'sqllocaldb.exe stop v11.0' and 'sqllocaldb.exe delete v11.0' in order as below
325
+then open command prompt and type 'sqllocaldb.exe stop v11.0' and 'sqllocaldb.exe delete v11.0' in order as below.
326 326
327 327
![](/Guides/MVC-Integration/Phase-II-Draft/10.png)
328 328
329
+(Clearing browser's cache helps too)
329 330
330 331
### Step 8. Update AccountConroller to set up user roles
331 332