I have ThreadAbortException randomly (loop on same HTTP request for testing) when debugging, I don't know why... It appears after a few minutes requesting.
The stacktrace :
at System.AppDomain.nUnload(Int32 domainInternal)
at System.AppDomain.Unload(AppDomain domain)
I don't use Response.End, Response.Redirect or Server.Transfer (reference to https://learn.microsoft.com/fr-fr/troubleshoot/aspnet/threadabortexception-occurs-you-use-response-end)
What is the reason ??