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
Brennan
5e6860c7fa
Improve SignalR Nginx settings ( #19983 )
2020-10-28 09:29:18 -07:00
Rick Anderson
21564643ab
Self-contained deployments to Azure ( #20324 )
2020-10-27 15:27:53 -10:00
Rick Anderson
311cef0e25
appsettings.json noloc ( #20320 )
2020-10-27 11:27:47 -10:00
Allen R Proulx
b89e13011b
add link about switching container types ( #20208 )
...
Clear up confusion about switching to windows containers. I initially got stuck on this step.
2020-10-16 11:18:37 -10:00
Bartosz Jarmuż
90ac05313c
Added quotes around parameters ( #20173 )
2020-10-12 11:40:33 -05:00
Gurmeet Singh
8cc401d36d
Added missing reference to MSBuild ( #20171 )
2020-10-12 09:48:23 -05:00
Luke Latham
95e9973c47
Fix broken bookmark ( #20139 )
2020-10-07 14:25:05 -05:00
Luke Latham
c64c47f261
Fix image link ( #20116 )
2020-10-05 20:08:01 -05:00
Justin Kotalik
549b39ba1f
Remove back ancm location ( #20113 )
2020-10-05 09:20:09 -10:00
Justin Kotalik
65bb4b3061
Restructure for IIS docs ( #19987 )
...
* Start of restructure
* Rest of files
* Renames of files and starting to write
* Some small progress
* Update authors
* More doc progress :)
* moving files back
* Fixing uid
* ToC
* Update out of process doc
* App init
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Update
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* Updates
* fix some warnings
* nit
* fixing web.config doc and removing extra tutorial
* Another warning
* Why is this not working
* path
* remove
* Nit
Co-authored-by: Luke Latham <llatham@aquent.com>
2020-10-05 07:44:41 -10:00
Rick Anderson
707cadd9a2
Update visual-studio-publish-profiles.md ( #20104 )
2020-10-03 11:36:46 -10:00