Commit Graph

83 Commits (f8537a1f0381a3a50a8bb5d4df131e097d5671cf)

Author SHA1 Message Date
Tom Dykstra d049785258 Enforce HTTPS 3.0 update (#13844)
* 3.0 update

* fix links

* limit code to snapshot files

* update screenshot

* fix image

* change file-level moniker range

* force line breaks

* corrections

* moniker name change

* formatting

* fix link

* minor cleanup

* delete unused files

* restore mention of 2.1

* change br tag to double space

* remove extraneous file
2019-09-06 12:48:24 -05:00
Tom Dykstra 0a34538a98 reassign (#13961) 2019-08-22 11:46:35 -04:00
Luke Latham 9bf1fe8bf9 Remove VSC from VSC-CLI tabs (#13726) 2019-08-08 09:50:33 -07:00
Luke Latham 02c13f20b4 Hosting startup netfx bin+GAC (#13425)
* Hosting startup netfx bin+GAC & startup hook resource

Update

* Remove cross-link for startup hook

* Language nits
2019-08-02 08:30:09 -07:00
Tom Dykstra b0c139f192
Generic Host 3.0 update (#13072) 2019-07-09 08:39:55 -07:00
Tom Dykstra 11c379c321
Update Web Host doc (#12873) 2019-06-20 14:29:19 -07:00
Luke Latham 80eacc4e36
Surface Worker Service project template (#12665) 2019-06-04 11:02:34 -05:00
Luke Latham 4564998091 Call out special builder method names (#12384) 2019-05-11 06:51:33 -10:00
BinaryBrain e7837bacee Updated app configuration notes (#12160) 2019-04-25 10:46:08 -05:00
Luke Latham f0df4aaf7c React to new VS URL (#12154)
Updates
2019-04-24 15:51:50 -10:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Luke Latham 20ebae97f6
Hosting startup updates (#11879) 2019-04-08 12:23:23 -05:00
Luke Latham 0ea501cde5
Generic Host topic+sample to 2.2 (#11766) 2019-03-31 12:11:48 -05:00
Luke Latham 3940c9cd5e
Patch step in hosting startup topic (#11646) 2019-03-24 08:11:39 -07:00
Nick Schonning d125525ff2 fix: MD038/no-space-in-code (#11583)
- Replace ` with %60 in xref links
- Remove spaces inside code span elements
2019-03-21 15:04:23 -05:00
Nick Schonning d6246ca38d fix: MD031/blanks-around-fences (#11605) 2019-03-20 10:32:05 -05:00
Luke Latham fbb92dff1e
Hosting startup topic+sample update (#11374) 2019-03-12 19:58:08 -05:00
Luke Latham 4ec9047fcb
Update Handle Errors topic+sample (#11221) 2019-03-01 12:54:42 -06:00
Luke Latham 948f17cd6d Cross-link "scoped service" in hosted services (#11094)
Fixes #11064
2019-02-26 18:51:28 -10:00
Luke Latham deb4c4a28e
dB scope in a hosted service example + 2.2 updates (#11035) 2019-02-25 12:58:01 -06:00
Tom Dykstra 72e1a9fc67
Fundamentals restructuring (#10929) 2019-02-22 12:44:53 -08:00
Luke Latham f498e05cbf
Clarify IHostingStartup delegate calls sequence (#10889) 2019-02-14 17:50:00 -06:00
Matt Spicer 6af24e5412 The hostcontext did not have the environment variable information in … (#10531) 2019-01-22 14:34:00 -06:00
Luke Latham 77861347f0
Fundamentals > Servers (#10002) 2018-12-19 12:52:37 -06:00
Tom Dykstra df0e93aeae
ms.custom format per Doug E. (#9949) 2018-12-11 08:01:58 -08:00
Tom Dykstra 491b6f91c3
SEO and ToC updates (#9877) 2018-12-06 20:29:00 -08:00
Luke Latham e2838d2d8f
Drop 'reverse proxy' language (#9746) 2018-12-03 16:52:20 -06:00
Luke Latham 1896112e45 Surface HostOptions in Generic Host topic (#9734) 2018-11-28 16:01:06 -06:00
Luke Latham 673e49a7f5
Patch: Missing a backtick on a code block (#9688) 2018-11-25 10:42:58 -06:00
Pavel Krymets 6c0d725016 Fixes for for hosting startup topic (#9478) 2018-11-22 22:30:16 -06:00
Luke Latham 8031f63a22 Surface Forward Headers in ext auth provider topics (#9554)
Fixes #9549 

* Not a full UE pass on the group of external provider topics ... don't quite have time for that right now. However, I do hit a number of small UE-type updates.
* Engineering: You only need to look at one thing here: See the *forwarded-headers-middleware.md* file. The content of the file is below. The INCLUDE is linked into the external auth provider topics to surface Forwarded Headers Middleware (proxy/LB topic).

> \#\# Forward request information with a proxy or load balancer
>
> If the app is deployed behind a proxy server or load balancer, some of the original request information might be forwarded to the app in request headers. This information usually includes the secure request scheme (\`https\`), host, and client IP address. Apps don't automatically read these request headers to discover and use the original request information.
>
> The scheme is used in link generation that affects the authentication flow with external providers. Losing the secure scheme (\`https\`) results in the app generating incorrect insecure redirect URLs.
>
> Use Forwarded Headers Middleware to make the original request information available to the app for request processing.
>
> For more information, see \<xref:host-and-deploy/proxy-load-balancer>.

If it's easier to provide feedback in a comment here over hunting down the file on the diff, that works for me.
2018-11-14 15:58:01 -06:00
Luke Latham bb8267cc27 IHostedService StopAsync cancellationToken updates (#9555)
Fixes #9144 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-2.1&branch=pr-en-us-9555#ihostedservice-interface)

cc: @ygoe
2018-11-14 15:43:07 -06:00
Luke Latham 7bb699bf1b Version the 1.1 PDF of the Kestrel and Web Host topics (#9567)
Fixes #9565
2018-11-12 16:44:39 -10:00
Luke Latham 386d64b59d
Generic Host topic updates (#9341) 2018-11-08 20:10:30 -06:00
Kevinio04 3ce1f44830 Exclude Bin and Obj when copying to output directory (#9507) 2018-11-07 19:23:23 -06:00
Kevinio04 fbf918a74e Exclude Bin and Obj from CopyToOutputDirectory (#9508) 2018-11-07 19:12:50 -06:00
Luke Latham 659e3ce17f Update BuildWebHost to CreateWebHostBuilder (MD topics) (#9268)
* Update BuildWebHost to CreateWebHostBuilder (MD topics)

Updates

Updates

Update

Tab update

Repair versioning

* Revert Swashbuckle changes

* Dropping versions <2.1 in two topics

* Versioning update

Versioning update

* Resolve tab warning
2018-11-05 13:10:38 -10:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Luke Latham c12f7b04b2
Env var patch in host topics (#9104) 2018-10-18 13:26:04 -05:00
Luke Latham e88d6d6e86 Description line in the wrong spot (#9103) 2018-10-18 13:02:39 -05:00
Luke Latham 1f3698ba45 List default services for Generic Host (#9061)
Fixes #8893 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-2.1&branch=pr-en-us-9061)

* Remove Logging from service config (given it's a default service).
* List the default services (too literal here? ... trimming needed??? 🔪)
2018-10-17 19:58:19 -05:00
Luke Latham e762fe8c57
Language enhancement to the Web Host topic (#8986) 2018-10-12 11:53:45 -05:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham d3db6fcd25
Fix highlighting in Background tasks code sample (#8761) 2018-09-29 19:21:21 -05:00
Maxim Kornilov eb767b9464 Use the correct type as a parameter for the generic (#8724) 2018-09-26 20:54:56 -05:00
Luke Latham 5b06b81ede
Surface the package in the Background Tasks topic (#8684) 2018-09-24 14:54:18 -05:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 2ddfa7c217
ConfigureKestrel updates (#8384) 2018-09-07 11:24:42 -05:00