Posts for Tag: IIS

Use nginx as a Reverse Proxy for IIS and .NET Core

November 2, 2016

IIS Express is usually installed with Visual Studio, and is used to develop web applications and debug locally. It is designed to be used for development purposes, and is configured to only listen to local requests. This makes it difficult to test websites from another PC.

Read More