Commit Graph

152 Commits (218e7f35451821c9d1977224cf22e92160163682)

Author SHA1 Message Date
David Pine 769d8c6ae7 Removed images that are not referenced anywhere. (#13804) 2019-08-17 10:20:41 -05:00
Patrick Westerhoff e549c5bbf1 Fix indentation in Kestrel HTTPS config example (#13493) 2019-07-24 18:29:34 -05:00
Theano Petersen 80c03f0a00 Fixed missed and new items on CATS retest 7-11-19 (#13249) 2019-07-11 11:52:10 -07:00
Theano Petersen 7d10936ada Fix broken links from CATS report 6-21-19 (#13237) 2019-07-10 15:43:56 -07:00
Luke Latham 2527382bf2
Disallow synchronous IO (#12972) 2019-06-24 10:33:23 -05:00
Tom Dykstra 7ba53fcb9b Fix typo (#12971) 2019-06-20 15:19:31 -05:00
Stephen Halter c06a34de50 Document ability to disable request body data rate limits per HTTP/2 stream in Kestrel (#12951) 2019-06-20 14:59:20 -05:00
Stephen Halter ae639a64f5 Formatting cleanup of kestrel.md and SignalR's javascript-client.md (#12952)
* Cleanup formatting in javascript-client.md

* Cleanup formatting in kestrel.md
2019-06-19 14:55:10 -05:00
armitagemderivitec b92da62f72 Typo in json config prevented me from running my app on Linux (#12924) 2019-06-18 13:41:30 -05:00
Tom Dykstra 6fc87db5d8
Web Host --> Generic Host links (#12847) 2019-06-13 12:12:42 -07:00
Luke Latham 58fa78efdf
Coalesce hosting model coverage (#12573) 2019-06-12 06:38:05 -05:00
Luke Latham 210dd082f3 WinAuth topic updates (#12554)
* WinAuth topic updates

Updates

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* React to feedback
2019-05-30 09:31:18 -05:00
Luke Latham 8400c22300
Kestrel topic updates (#12529) 2019-05-27 15:31:07 -05:00
Luke Latham b831f541c3
IIS Integration Middleware (#12534) 2019-05-25 06:51:22 -05:00
Rick Anderson beb830ae76
Update kestrel.md (#12538) 2019-05-24 16:29:36 -10:00
Luke Latham dd05953e85
Two additional Kestrel Limits (#12451) 2019-05-22 21:09:50 -05:00
Jim Buck 97771280ab Updated link to Kestrel Source. (#12327) 2019-05-08 11:06:22 -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 e5983e457a
Linux guidance: running locally insecure (#11695) 2019-03-28 17:32:51 -05:00
Nick Schonning 69e2acf135 typo: Double word "from" (#11585) 2019-03-19 12:19:22 -05:00
Luke Latham 3e581bfabf Update Kestrel topic endpoint config section (#11266)
Fixes #11263

Moves the URL-setting approaches up in the *Endpoint configuration* section prior to their first mention in the section (provides context for the following remarks).

Thanks @gaziqbal.
2019-03-05 10:35:11 -10:00
Tom Dykstra 72e1a9fc67
Fundamentals restructuring (#10929) 2019-02-22 12:44:53 -08:00
Luke Latham 099fbf80e4 Clarify Azure NSG+VM/server firewall config (#11045)
Fixes #11025

* Clarify that there are two locations here: VM/server firewall **_AND_** (in Azure VM case), NSG for the VM. Best to split them in the list, which calls it out better.
* Link the firewall remark.
* Better link for the PS cmdlet.
* Better link for the NSG remark.
2019-02-21 11:29:27 -10:00
Luke Latham 40104164b2
In-process response handling (#10941) 2019-02-14 10:03:32 -06:00
Luke Latham 432555a6cd API 2.2 links (#10930)
Update
2019-02-13 14:28:34 -10:00
Luke Latham 5a1c28495f
Soften 'performance penalty' language (#10462) 2019-01-17 15:14:37 -06:00
Luke Latham 5f2a61819a In-proc not supported for netfx (#10321)
Update
2019-01-11 13:14:30 -10:00
Luke Latham 8e101fb1e3
Update Kestrel configuration sections (#10344) 2019-01-11 17:10:55 -06:00
Luke Latham 1fe1d47a04
Review/update use of "SSL" (#10139) 2019-01-04 17:16:27 -06:00
Luke Latham 35a682173a
HTTP.sys WS config+example updates (#10186) 2019-01-04 13:18:03 -06:00
Luke Latham 77861347f0
Fundamentals > Servers (#10002) 2018-12-19 12:52:37 -06:00
Luke Latham d18fa2b084
2.2 Sample Updates (#9795) 2018-12-04 10:56:13 -06:00
Martin Koudelka 77d333a70a C53594: Missing closing bracket (#9790) 2018-12-04 06:45:25 -06:00
Luke Latham e2838d2d8f
Drop 'reverse proxy' language (#9746) 2018-12-03 16:52:20 -06:00
Luke Latham 01417fcae3
Surface troubleshooting code from IIS Int repo (#9689) 2018-11-27 16:06:43 -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
John Luo 78ec46c2e7
Clarification for HTTP/2 support with Kestrel on Windows8.1/Server2012R2 (#9522) 2018-11-08 14:25:47 -08:00
Stephen Halter 4307e3131d
Discuss absence of HTTP/2 request rate limit features (#9511)
<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-11-07 18:21:30 -08: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
Chris Ross 5a36291037
Add more Kestrel Http2 limits (#9445) 2018-11-05 11:23:25 -08:00
Luke Latham 125029d646
Fix line that references ASP.NET Core servers (#9382) 2018-11-01 14:42:11 -05: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 7120a2f985
Azure Apps troubleshooting title change (#9199) 2018-10-24 14:26:16 -05:00
Luke Latham 7c9361bbd4
Enhance 'edge server' language (#9002) 2018-10-12 14:04:15 -05:00
Luke Latham d3b0a32154 In-process hosting model coverage (#8658)
Fixes #5599 
Fixes #5449 
Fixes #5403 


[Internal Review Topic (fundamentals/servers/ancm)](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/aspnet-core-module?view=aspnetcore-1.0&branch=pr-en-us-8658)
[Internal Review Topic (fundamentals/servers/index)](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/index?view=aspnetcore-1.0&branch=pr-en-us-8658)
[Internal Review Topic (host-and-deploy/ancm)](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-1.0&branch=pr-en-us-8658)
[Internal Review Topic (host-and-deploy/iis/index)](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-1.0&branch=pr-en-us-8658)
2018-10-09 09:20:34 -10:00
Luke Latham 91a2e221a9 Update Kestrel topic sample to use ConfigureKestrel (#8914)
Fixes #8571
2018-10-09 09:07:18 -10: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 1da058f7dd
Improve Kestrel topic section support (#8689) 2018-09-24 17:29:10 -05:00