From 0866539d75817c6518befe0b076f014a9771b0c1 Mon Sep 17 00:00:00 2001 From: Anton Zimin Date: Thu, 17 Jan 2019 18:56:20 +0700 Subject: [PATCH] Add Reverse Proxy with URL Rewrite v2 and Application Request Routing link #4 --- DotNetDeploy/AspNetCoreDeployment.md | 2 +- DotNetDeploy/SpaDeployment.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DotNetDeploy/AspNetCoreDeployment.md b/DotNetDeploy/AspNetCoreDeployment.md index ca8a731..db0c275 100644 --- a/DotNetDeploy/AspNetCoreDeployment.md +++ b/DotNetDeploy/AspNetCoreDeployment.md @@ -52,7 +52,7 @@ Invoke-WebDeployment -PackagePath 'C:\example-backend\Example.Web\Example.Web.zi ## Publish Directory -Create the `publish` directory with site content: +Create the `publish` directory with a site content: ```powershell dotnet publish -c Release "C:\example-backend\Example.Web\Example.Web.csproj" diff --git a/DotNetDeploy/SpaDeployment.md b/DotNetDeploy/SpaDeployment.md index 394009d..0c74efc 100644 --- a/DotNetDeploy/SpaDeployment.md +++ b/DotNetDeploy/SpaDeployment.md @@ -6,6 +6,7 @@ Read the articles for more information: - [ASP.NET Core Deployment](AspNetCoreDeployment.md) - [ASP.NET Core Module](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-2.2) +- [Reverse Proxy with URL Rewrite v2 and Application Request Routing](https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing) ## Separate Domains