Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Add Reverse Proxy with URL Rewrite v2 and Application Request Routing…
Browse files Browse the repository at this point in the history
… link #4
  • Loading branch information
AntonZiminSaritasa committed Jan 17, 2019
1 parent 0de162b commit 0866539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetDeploy/AspNetCoreDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions DotNetDeploy/SpaDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0866539

Please sign in to comment.