Update the webroot description (#1500)

* Update the webroot description

* Add a comma
pull/1502/head
Chris R 2016-06-24 10:45:41 -07:00 committed by Rick Anderson
parent affe6e90bf
commit 399eb348ed
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ The content root is the base path to any content used by the app, such as its vi
Web root
--------
The web root of your app is the root location in your project from which HTTP requests are handled (for example handling of static file requests). When using the static files middleware only files from the web root folder are accessible; the other files in the content root **cannot** be accessed remotely. The default web root path is `<content root>/wwwroot`, but you can specify a different location using the `WebHostBuilder`.
The web root of your app is the directory in your project for public, static resources like css, js, and image files. The static files middleware will only serve files from the web root directory (and sub-directories) by default. The web root path defaults to `<content root>/wwwroot`, but you can specify a different location using the `WebHostBuilder`.
Configuration
-------------
@ -146,4 +146,4 @@ Next steps
- :doc:`/tutorials/first-mvc-app/index`
- :doc:`/tutorials/your-first-mac-aspnet`
- :doc:`/tutorials/first-web-api`
- :doc:`/fundamentals/index`
- :doc:`/fundamentals/index`