Commit Graph

556 Commits (0c9cdc45b008e2bd126be02fdd4066498dbba0b4)

Author SHA1 Message Date
Wade Pickett fe9bacf7ea
removed 3 policheck hits from two files. (#23304) 2021-09-16 08:23:18 -07:00
Rick Anderson 55858e15bb
Update http3.md (#23303)
* Update http3.md

* Update aspnetcore/host-and-deploy/iis/http3.md
2021-09-14 16:33:02 -07:00
Chris Ross 387289d503
Don't merge until RC1: Docs for HTTP/3 on IIS (#23254)
* 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>
2021-09-14 11:49:55 -07:00
Luke Latham 3b8e7fe9e8
Broken link fixups (#23249)
* Broken link fixups

* Updates
2021-09-09 10:01:33 -07:00
Kent Sharkey 3229897eef
Update to policheck-flagged text (#23239) 2021-09-08 16:58:34 -05:00
Eric Mutta 004719ed8c
Fix typo in development-time-iis-support.md (#23106)
The sentence:

> ... a binding to **post** 80...

Should read

> ... a binding to **port** 80...
2021-08-24 08:36:42 -07:00
Maira Wenzel ba4e8be21e
Updating link (#23049) 2021-08-17 13:06:41 -05:00
Wade Pickett 44c9efdf1c
Broken links sweep (#23027)
* Broken links sweep

* fixed link warnings

* update visual-studio-publish-profiles.md
2021-08-16 10:46:33 -07:00
Luke Latham 41668655b8
web.config hostingModel default value (#22965) 2021-08-10 05:50:46 -05:00
Rick Anderson 666ad56575
Update proxy-load-balancer.md (#22930)
* 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>
2021-08-02 09:54:36 -07:00
Rick Anderson 5838735234
Update index.md (#22791)
* Update index.md

* Update index.md

* Update aspnetcore/host-and-deploy/iis/index.md

* Update index.md

* Update index.md
2021-07-21 11:46:02 -07:00
Luke Latham 3d127d3c20
Swap 'main' for 'master' branch in cross-links (#22462) 2021-05-30 11:00:40 -10:00
Rick Anderson 989f7c0fe3
Update kestrel.md /path-4 (#22369)
* Update kestrel.md

* Update index.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-05-21 15:22:51 -10:00
Rick Anderson 2a58a2fc7a
retire azure deployment (#22283)
* retire azure deployment

* retire azure deployment

* Update publish-to-azure-webapp-using-vs.md
2021-05-12 08:12:07 -10:00
Rick Anderson d7eb0d056d
remove app.views.dll from all .NET 6 content (#22226)
* remove app.views.dll from all .NET 6 content

* remove app.views.dll from all .NET 6 content

* remove app.views.dll from all .NET 6 content
2021-05-11 08:49:22 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 68a3be08f6
prep to monikers to remove views.dll (#22225) 2021-05-06 15:15:51 -10:00
Luke Latham acac6546a3
Change 'check box' to 'checkbox' (#22222) 2021-05-06 14:30:14 -05:00
David Pine b11de4efb4
Delete eBook, redirect to .NET repo accordingly, update refs. (#22191) 2021-05-03 09:05:49 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Luke Latham 4b313c0f58
Clarify Hosting Bundle install WS restart guidance (#22131) 2021-04-27 07:05:20 -05:00
Luke Latham d280f8b021
Windows version updates (#22111) 2021-04-22 16:35:06 -05:00
Luke Latham 3f48af1d51
Fix NOTE (#22062) 2021-04-15 16:38:38 -05:00
FatTiger 0bf5b0f111
Modify nginx proxy_pass address (#21945) 2021-04-01 16:34:54 -05:00
Eric Mutta 65924f36af
Update directory-structure.md (#21341)
* 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>
2021-03-30 16:15:52 -10:00
Luke Latham 35c6d33c48
ASP.NET Core Module compatibility (#21914) 2021-03-29 15:57:24 -05:00
Luke Latham 251a3ed8c7
Health Checks topic+sample updates for 5.0 (#21854) 2021-03-26 14:48:41 -05:00
Luke Latham 7f62191779
Linux TLS security updates (#21753) 2021-03-17 21:00:36 -05:00
John Donnellan 276e6d8a6f
Update building-net-docker-images.md (#21706)
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.
2021-03-11 12:06:33 -10:00
Scott Addie b10d421903
Update master branch references to main and update repo org. (#21737)
* Update the aspnet/AspNetCore.Docs repo references

* Update master branch names to main
2021-03-10 10:13:00 -06:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Rick Anderson f0724a496e
Update linux-nginx.md (#21182)
* Update linux-nginx.md

* Update linux-nginx.md

* Update aspnetcore/host-and-deploy/linux-nginx.md

* Update aspnetcore/host-and-deploy/linux-nginx.md
2021-03-04 18:22:13 -10:00
Rick Anderson ddff9fc86f
Update proxy-load-balancer.md (#21633)
* Update proxy-load-balancer.md

* Update proxy-load-balancer.md
2021-02-26 14:11:28 -10:00
Rick Anderson 38f8bf04a6
remove config IPv4 addresss rep by IPv6 (#21404) 2021-02-02 13:15:33 +10:00
Stephen Halter 874468e63f
Split kestrel.md into multiple pages (#21091)
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-15 15:11:48 -08:00
Rick Anderson 2b49b46cf0
Update index.md (#21210)
* Update index.md

* Update aspnetcore/host-and-deploy/azure-apps/index.md
2021-01-14 16:59:03 -10:00
Rick Anderson fbf119dcd9
Update pub to Azure (#20830) 2021-01-13 15:47:37 -10:00
Rick Anderson 252fc01d9b
Add Overlapped recycle comment to IIS deployment doc (#20993)
* Update index.md

* Update aspnetcore/host-and-deploy/iis/index.md
2021-01-11 09:11:13 -10:00
Wade Pickett 2a083827c0
Update 5.0 building net docker images (#20957)
* 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>
2021-01-04 15:45:36 -08:00
Luke Latham 7629debb50
Fix CLI command (#21080) 2020-12-30 11:44:08 -06:00
MaroonBob1928 005fae21c6
Correct Grammar on Transform web.config Doc (#21073) 2020-12-29 11:47:12 -06:00
Luke Latham bb0b81a232
Resolve 'master branch' build suggestions (#20896) 2020-12-08 09:38:03 -06:00
Rick Anderson f887ea81f8
how to pub xml files (#20847)
* 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>
2020-12-02 16:25:07 -10:00
Robert Muehsig edf8c3398a
Fix powershell errors (#20471) 2020-11-10 05:25:59 -06:00
Luke Latham 8a6f87c95d
Improve HTTPS guidance (#20360)
* Improve HTTPS guidance

* Update nginx.conf

* Update linux-nginx.md
2020-11-10 05:09:59 -06:00
Justin Kotalik 76c1256a20
Add documentation for VS C++ Redist (#20399) 2020-11-03 14:11:12 -08:00
Luke Latham ceebf3285f
Update linux-nginx.md 2020-10-30 08:00:23 -05:00
Luke Latham c7f0467560
Update nginx.conf 2020-10-30 07:45:46 -05:00
Luke Latham ecc9aad6b7
Improve HTTPS guidance 2020-10-30 07:35:17 -05:00
Luke Latham 9d1728c3b0
Azure Apps ARM template preview site extensions (#20298) 2020-10-28 13:56:53 -05:00