Kestrel port is always in use
I’m using VSCode to develop an AspNet Core 5.0 application on Docker. I’m using the default Kestrel webserver behing an
Continue readingDocker questions and answers
I’m using VSCode to develop an AspNet Core 5.0 application on Docker. I’m using the default Kestrel webserver behing an
Continue readingI have an Asp.NET core project, and I want to build to docker image but not success. My project directory:
Continue readingWe are building an .Net Core 3.1 Api with Docker support. I’m really struggle to understand how to send a
Continue readingI use Identity Server with Docker and need to give url addresses statically so that they will not change based
Continue readinghi i create project with .net core.my project connect to other project to get services.i read docker-compose and set network
Continue readingI am running Visual Studio 2019 on Windows 10. I have Docker Desktop running which is pointing to Windows containers.
Continue readingI am using docker compose to publish a website with SSL using a certifcate I downloaded from certbot which came
Continue readingI have two projects: UI (a .NET Core 3.1 MVC font-end) API (a .NET Core 3.1 Web API) that each
Continue readingI have an issue with Docker Containers. I am working on an Web Service targeting ASP.Net Core v.3.1 and it
Continue reading{ public static void Main(string[] args) { var host = CreateHostBuilder(args).Build(); //Seed database using (var scope = host.Services.CreateScope()) { var
Continue reading