From 4064cd7708f6004dd1c1e95bef4a198cc452cce3 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 20 Feb 2017 14:52:55 -0800 Subject: [PATCH] Updates in VS 2017 setup page --- .vs/slnx.sqlite | Bin 69632 -> 69632 bytes ...-up-in-a-Visual-Studio-2017-environment.md | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index f6471e43f1a220228b0ce5c5ce198543ac7b4531..e04074755f19b3a3cd0fbbf8101e58fffd4ffa9b 100644 GIT binary patch delta 68 zcmZozz|ydQWr8$g=R_H2#?Flilk^!qH-Fae6lL_BT#RM3jetYvn*GrbHuInVY XL^kiJU(NwklF%`iA4vV1&Qt*aXWbeS diff --git a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 321dc2e..3ec7e67 100644 --- a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -131,7 +131,7 @@ And that's it! Super simple! Visual Studio is handling all the complexities unde ---- -### Test all the applications and microservices +### Testing all the applications and microservices Once the containers are deployed, you should be able to access any of the services in the following URLs or connection string, from your dev machine: @@ -146,11 +146,11 @@ Once the containers are deployed, you should be able to access any of the servic - ASP.NET Identity database (SQL Server connection string): Server=localhost,5433;Database=aspnet-Microsoft.eShopOnContainers;User Id=sa;Password=Pass@word - Basket data (Redis): listening at localhost:6379 -#### Trying the Web MVC application with the DemoUser@microsoft.com user account -When you try the Web MVC application by using the url http://localhost:5100, you'll be able to test the home page which is also the catalog page. But if you want to add articles to the basket you need to login first at the login page which is handled by the STS microservice/container (Security Token Service). At this point, you could register your own user/customer or you can also use a convenient default user/customer named DemoUser@microsoft.com so you don't need to register your own user and it'll be easier to test. +#### Creating and Order and Authenticating on the Web MVC application with the DemoUser@microsoft.com user account +When you try the Web MVC application by using the url http://localhost:5100, you'll be able to test the home page which is also the catalog page. But if you want to add articles to the basket you need to login first at the login page which is handled by the STS microservice/container (Security Token Service). At this point, you could register your own user/customer or you can also use a convenient default user/customer named **demoUser@microsoft.com** so you don't need to register your own user and it'll be easier to test. The credentials for this demo user are: -- User: demouser@microsoft.com -- Password: Pass@word1 +- User: **demouser@microsoft.com** +- Password: **Pass@word1** Below you can see the login page when providing those credentials.