Removed deprecated webroot configuration logic

pull/1328/head
David Fowler 2016-05-30 01:25:04 -07:00 committed by RachelAppel
parent 2e8d94b77a
commit cc44a3091a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ The ASP.NET Core hosting model does not directly listen for requests, but instea
Web root
--------
The Web root of your application is the root location in your project from which HTTP requests are handled (ex. handling of static file requests). The Web root of an ASP.NET Core application is configured using the "webroot" property in your project.json file.
The Web root of your application is the root location in your project from which HTTP requests are handled (ex. handling of static file requests).
Configuration
-------------