Skip to content

Commit

Permalink
Update the webroot description (#1500)
Browse files Browse the repository at this point in the history
* Update the webroot description

* Add a comma
  • Loading branch information
Tratcher authored and Rick-Anderson committed Jun 24, 2016
1 parent affe6e9 commit 399eb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnet/conceptual-overview/aspnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down Expand Up @@ -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`

0 comments on commit 399eb34

Please sign in to comment.