TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hosting Asp.Net Core Applications on Windows Server Core

2 pointsby domyseeabout 7 years ago

1 comment

randomerrabout 7 years ago
Good read. For our organization we use IIS and Nginx as a reverse proxy. Each separate instance of the Kestrel server in .NET Core runs on it&#x27;s own port and gives us for flexibility.<p>Web server implementations in ASP.NET Core <a href="https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;aspnet&#x2F;core&#x2F;fundamentals&#x2F;servers&#x2F;?tabs=aspnetcore2x" rel="nofollow">https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;aspnet&#x2F;core&#x2F;fundamentals&#x2F;se...</a><p>Setup IIS with URL Rewrite as a reverse proxy for real world apps. <a href="https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;friis&#x2F;2016&#x2F;08&#x2F;25&#x2F;setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;friis&#x2F;2016&#x2F;08&#x2F;25&#x2F;setup-iis-...</a><p>NGINX Reverse Proxy <a href="https:&#x2F;&#x2F;docs.nginx.com&#x2F;nginx&#x2F;admin-guide&#x2F;web-server&#x2F;reverse-proxy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.nginx.com&#x2F;nginx&#x2F;admin-guide&#x2F;web-server&#x2F;reverse-...</a>