0
guven.uysall created
- ABP Framework version: v6.0.2
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Tiered (for MVC) or Auth Server Separated (for Angular):no
We have an ABP microservice project running on IIS. If there is no request to our services for a certain period of time, Application.ShutDown occurs and the service shuts down itself. How can I set our services to always run on IIS?
3 Answer(s)
-
0
hi
https://learn.microsoft.com/en-us/answers/questions/916124/why-does-build-stop-application-pool-(net-core-6-0
-
0
Hi @Maliming,
https://learn.microsoft.com/en-us/answers/questions/916124/why-does-build-stop-application-pool-(net-core-6-0 I know these settings. I tried but it didn't work. The service shuts down itself.
Logs:
2024-01-12 00:00:01.673 +03:00 [INF] Application is shutting down...
ABP gives this warning, right?
-
0
hi
Please check the Windows Event Viewer.
I think this is still because the IIS is recycled.