locked
What does it mean for an ASP.NET Core app to run locally? RRS feed

Answers

  • User753101303 posted

    Hi,

    Here locally means on the machine on which Nginx is installed. Not a Linux guy but you could certainly have Nginx on a dedicated machine and redirect http requests to other web servers where the ASP.NET app runs locally...

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, April 12, 2020 10:48 AM
  • User-474980206 posted

    ngnix is a reverse proxy. If It is hosted on the same machine as as the .net core app, you don’t need to use https, If ngnix is on a different machine you want to use https unless it’s a physically secure network.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, April 12, 2020 5:12 PM

All replies

  • User753101303 posted

    Hi,

    Here locally means on the machine on which Nginx is installed. Not a Linux guy but you could certainly have Nginx on a dedicated machine and redirect http requests to other web servers where the ASP.NET app runs locally...

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, April 12, 2020 10:48 AM
  • User-474980206 posted

    ngnix is a reverse proxy. If It is hosted on the same machine as as the .net core app, you don’t need to use https, If ngnix is on a different machine you want to use https unless it’s a physically secure network.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, April 12, 2020 5:12 PM
  • User-177049091 posted

    Thanks guys. That makes perfect sense, I just would not have worded it that way.

    Sunday, April 12, 2020 9:27 PM