Proxying .Net Core Application
I am writing an MVC6 application that must run on an application server in order to interact with the database. Users must interface with the web interface through 443 and can only access content via a separate web server.   Web server can see application server over https/8443 which is the port I plan to use to run the application.   If I run the .Net application as a Windows service...
0 Comments 0 Shares