* Docs for HTTP/3 on IIS
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update proxy-load-balancer.md
* Update proxy-load-balancer.md
* Update aspnetcore/host-and-deploy/proxy-load-balancer.md
Co-authored-by: Chris Ross <chrross@microsoft.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
* Update directory-structure.md
For self-contained deployments (at least on ASP.NET Core 5.0) the *.exe extension is only generated for Windows. For Linux (and presumably macOS) no extension is generated. This behaviour is consistent with that for framework-dependent deployments so I just copied the relevant text. I am not sure if the behaviour applies to versions < aspnetcore-3.0 so I haven't touched the text there.
It may also be useful to add that if you choose the `Produce single file` option, none of the `*.dll` files remain in the publish directory (I love this feature!).
* Update directory-structure.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
A couple of minor suggestions:
* In the 'ASP.NET Core Docker images' section, duplicate text of the bullet point to correct indentation and match structure of previous bullet point.
* In the 'Build and deploy manually' section, add an instruction on how to see the newly created image.
* Update 5.0 building net docker images
* Patch: Fix moniker
* Patch: Updated dockerfile example to match current 5.0 sample.
* Apply ScottAddie suggestions from code review, thanks Scott.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Patch: fixes per ScottAddie recommendation. .NET Core SDK to .NET SDK
* patch: changed .NET Core Docker to the new repo name .NET Docker
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* how to pub xml files
* how to pub xml files
* Update aspnetcore/host-and-deploy/index.md
Co-authored-by: Luke Latham <llatham@aquent.com>
* how to pub xml files
Co-authored-by: Luke Latham <llatham@aquent.com>