I really don't know what to add that't not in the title. I'm running a 2.2 core app on IIS on a Windows Server 2016 server and every day arround 8pm the website blocks and I have to restart it. Nothing in the event viewer, I don't have any schedueled tasks and I don't know where else to look for what might be going wrong.
Asked
Active
Viewed 21 times
0
-
"every day arround 8pm the website blocks", what's the meaning of "blocks"? – Lex Li Jan 16 '20 at 23:07
-
All API calls are non-responsive, both API calls that make a DB request and that make some sort of calculation. I have to stop the site in IIS Manager and start it again and all the users need to log out and log in for them to get propper access again. – GregoryHouseMD Jan 17 '20 at 17:58
-
You need hang dumps of w3wp.exe or the actual .NET Core processes when the issue happens, and then analysis can reveal the cause. – Lex Li Jan 17 '20 at 18:11