AspNetCore.Docs/aspnetcore/includes/trustCertVS22.md

13 lines
585 B
Markdown
Raw Normal View History

Minimal API /3 (#22941) * Minimal API /3 * Minimal API /3 * Minimal API /3 * Minimal API /3 * Minimal API /3 * Minimal API /3 * Minimal API /3 * react to draft feedback * react to draft feedback * react to draft feedback * react to draft feedback * react to draft feedback * react to draft feedback * work * work * work * work * VSC work * VSC work * VSC work * VSC work * VSC work * JSON * react to feedback not necessary * react to feedback not necessary * start of DTO * Update aspnetcore/tutorials/min-web-api/samples/6.x/todoDTO/Program.cs Co-authored-by: David Fowler <davidfowl@gmail.com> * start of DTO * start of DTO * add VS2022 images * add VS2022 images * work * work * work * work * work * work * work * work * work * react to feedback * react to feedback * Apply suggestions from code review Co-authored-by: Fiyaz Bin Hasan <fiyazhasan@live.com> * Apply suggestions from code review Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> * react to feedback * react to feedback * react to feedback * Apply suggestions from code review Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * work * work * work * work * work * work * work * work * work * work * work * work * react to feedback * Apply suggestions from code review Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com> * Update aspnetcore/tutorials/min-web-api.md Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com> * react to feedback Co-authored-by: David Fowler <davidfowl@gmail.com> Co-authored-by: Fiyaz Bin Hasan <fiyazhasan@live.com> Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2021-10-26 07:47:04 +08:00
Visual Studio displays the following dialog:
![This project is configured to use SSL. To avoid SSL warnings in the browser you can choose to trust the self-signed certificate that IIS Express has generated. Would you like to trust the IIS Express SSL certificate?](~/getting-started/_static/trustCertVS22.png)
Select **Yes** if you trust the IIS Express SSL certificate.
The following dialog is displayed:
![Security warning dialog](~/getting-started/_static/cert.png)
Select **Yes** if you agree to trust the development certificate.
[!INCLUDE[trust FF](~/includes/trust-ff.md)]