python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Yaml deploy succeeding but using wrong ASPNETCORE_ENVIRONMENT
I'm working on a yaml deployment. I am trying to define the aspnetcore_environment. I have tried two ways. One is in the yaml file itself (see below), and the other is in the pipeline variables. Neith...
martijn
Votes: 0
Answers: 1
How to prevent a 404 when running my .NET 6 Web API as a self contained service?
I have made a simple .NET 6 Web API. This works fine when running from Visual Studio (by just pressing F5). However, when running my application as a self-contained service I get a 404 for calls that ...
Daan
Votes: 0
Answers: 1
What can be the reason of connection down for ASPNET.CORE App in IIS?
Web have a web app ASPNET.Core 3.1 running on IIS. Load Balancer and two servers are running as system architecture. Sometimes below log is created no clients can access to application and we couldn't...
mkartal
Votes: 0
Answers: 0
Dev certificate on aspnetcore docker container
I'm new to Docker and I have run into a trouble running my app in docker due missing ssl certificates. How do I run aspnetcore application in docker with non-development environment using dev certific...
Vočko
Votes: 0
Answers: 1