From 1bf573d8cb1a1d765f71fcd5d28a5620db60d6e0 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 17 Jun 2016 10:24:55 -0700 Subject: [PATCH] Cleanup section heading formatting (#1411) * Cleanup section heading formatting * Fix method formatting --- aspnet/publishing/iis.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet/publishing/iis.rst b/aspnet/publishing/iis.rst index 4f39e970a0..8ea75f46c3 100644 --- a/aspnet/publishing/iis.rst +++ b/aspnet/publishing/iis.rst @@ -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 `__. -`.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