Updates in VS 2017 setup page

Cesar De la Torre 2017-02-20 14:52:55 -08:00
parent 567a63bb39
commit 4064cd7708
2 changed files with 5 additions and 5 deletions

Binary file not shown.

@ -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: 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:
<a href="" target="top"></a> <a href="" target="top"></a>
@ -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 - 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 - Basket data (Redis): listening at localhost:6379
#### Trying the Web MVC application with the DemoUser@microsoft.com user account #### 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. 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: The credentials for this demo user are:
- User: demouser@microsoft.com - User: **demouser@microsoft.com**
- Password: Pass@word1 - Password: **Pass@word1**
Below you can see the login page when providing those credentials. Below you can see the login page when providing those credentials.
<img src="img/login-demo-user.png"> <img src="img/login-demo-user.png">