python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Application insight not receiving Nlog for hosted service
I try everything I can think of but I must miss something.
I have a hostedService project in netcoreapp3.1
I referenced the following
<PackageReference Include="Microsoft.ApplicationInsights.N...
Guillaume
Votes: 0
Answers: 1
Run async hosted service every 5 minutes in ASP.NET Core
The ASP.NET Core docs for background services show a number of implementation examples.
There's an example for starting a service on a timer, though it's synchronous. There's another example which is ...
lonix
Votes: 0
Answers: 2
How to serve endpoint from docker file?
I am having .net a self-hosted application, basically, it runs for 12 hours. The entire functionality is working as expected in my local machine.
Reference:
Background tasks with hosted services in AS...
akhil
Votes: 0
Answers: 1
IHostedService not running on IIS 10
I have a ASP.NET Web-API which has a IHostedService to periodically execute a specific Task (fetch data from another website and write it to the Database).
This works well on IIS-Express (starting fro...
totallynotatallno
Votes: 0
Answers: 1