How to create urls for .NET Core application in Apache virtual directory
ASP.NET Core application is created using Visual Studion 2019 ASP.NET Core Application project template.
ASP.NET Core application is created using Visual Studion 2019 ASP.NET Core Application project template.
How do I run an async task in a Kestrel process with a very long time interval (say daily or perhaps even longer)? The task needs to run in the memory space of the web server process to update some global variables that slowly go out of date.
I’ve deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I’ve fired up dnx web and it is listening to port 5000 and works fine when accessing from local computer.
What is the kestrel web server and how does it relate to IIS / IIS Express?
TL;DR: Why does an aspnet core app run on port 80 from within a Docker image, but 5000 outside a docker image.
Running my ASP.NET Core application using DNX, I was able to set environment variables from the command line and then run it like this:
Environment: ASP.NET Core 2.1, Ubuntu.