Closed BennieCopeland closed 4 years ago
Could you please collect and share enhanced diagnostic logs from ANCM?
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
See our Issue Management Policies for more information.
Describe the bug
My ASP.Net Core 3.1 self contained application using ANCMv2 shuts down after one second of starting up. In the event log it states that it shut down after detecting "app_offline.htm" when no "app_offline.htm" file exists in the application root directory or higher. This happens both in process and out of process.
To Reproduce
I suspect it might be caused by updating several LiteDb files located in the application root directory. It appears to stop happening once those files stop being written to. Running procmon, I see repeatedly:
until this message where upon it seems to fail
I can't find anything else very relevant
Further technical details
Running on Windows 2012 R2 with IIS 8.