From 94902ebb98a9f26d7312905dd594a783adc5b0a2 Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Sat, 19 Nov 2016 10:04:54 -0600 Subject: [PATCH] Update directory-structure.md Added a pair of entries for Razor View precompilation files. --- aspnetcore/hosting/directory-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/hosting/directory-structure.md b/aspnetcore/hosting/directory-structure.md index 1dcd211a0a..66dd451b25 100644 --- a/aspnetcore/hosting/directory-structure.md +++ b/aspnetcore/hosting/directory-structure.md @@ -22,8 +22,8 @@ In ASP.NET Core, the application directory, *publish*, is comprised of applicati |App Type|Directory Structure| |---|---| -|Portable|| -|Self-contained|| +|Portable|| +|Self-contained|| \* Indicates a directory The contents of the *publish* directory represent the *content root path*, also called the *application base path*, of the deployment. Whatever name is given to the *publish* directory in the deployment, its location serves as the server's physical path to the hosted application. The *wwwroot* directory, if present, only contains static assets. The *logs* directory may be included in the deployment by creating it in the project and adding it to **publishOptions** of *project.json* or by physically creating the directory on the server.