Merge pull request #3846 from aspnet/master

Update live with current master
pull/4322/merge
Tom Dykstra 2017-07-28 12:05:04 -07:00 committed by GitHub
commit 68624e8026
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
<add key="owin:AutomaticAppStartup " value="false" />
<add key="owin:AutomaticAppStartup" value="false" />

View File

@ -35,7 +35,7 @@ This route is defined in the WebApiConfig.cs file, which is placed in the App\_S
![](routing-in-aspnet-web-api/_static/image1.png)
For more information aboout the **WebApiConfig** class, see [Configuring ASP.NET Web API](../advanced/configuring-aspnet-web-api.md).
For more information about the **WebApiConfig** class, see [Configuring ASP.NET Web API](../advanced/configuring-aspnet-web-api.md).
If you self-host Web API, you must set the routing table directly on the **HttpSelfHostConfiguration** object. For more information, see [Self-Host a Web API](../older-versions/self-host-a-web-api.md).