Cleanup section heading formatting (#1411)

* Cleanup section heading formatting

* Fix method formatting
pull/1409/merge
Daniel Roth 2016-06-17 10:24:55 -07:00 committed by Rick Anderson
parent 77b1b3505e
commit 1bf573d8cb
1 changed files with 4 additions and 4 deletions

View File

@ -121,8 +121,8 @@ Troubleshooting:
- If the server does not have Internet access while installing the server hosting bundle, this exception will ensue when the installer is prevented from obtaining the *Microsoft Visual C++ 2015 Redistributable (x64)* packages online. You may obtain an installer for the packages from the `Microsoft Download Center <https://www.microsoft.com/en-us/download/details.aspx?id=48145>`__.
`.UseUrls(...)` mispositioned
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UseUrls called before UseIISIntegration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- **Browser:** No response
- **Application Log:** Process 'PROC_ID' failed to start. Port = PORT, Error Code = '-2147023829'.
@ -130,9 +130,9 @@ Troubleshooting:
Troubleshooting:
- If your application uses the `.UseUrls(...)` extension on `WebHostBuilder`, make sure you have positioned the `.UseUrls(...)` extension before the `.UseIISIntegration()` extension on `WebHostBuilder`. `.UseIISIntegration()` must overwrite any values you provide in `.UseUrls(...)` in order for the reverse-proxy to succeed.
- If your application uses the `UseUrls` extension on `WebHostBuilder`, make sure you have positioned the `UseUrls` extension before the `UseIISIntegration` extension on `WebHostBuilder`. `UseIISIntegration` must overwrite any values you provide in `UseUrls` in order for the reverse-proxy to succeed.
**platform** conflicts with RID
Platform conflicts with RID
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- **Browser:** No response