On our server we have IIS 10.0
Application hosted is AP.Net MVC Framework 4.7.2
In worker process many times requests are stuck
Majority time stuck requests are with State - RequestAcquireState
And module name is Session
Many times it is making site slower.
To overcome from this we are restarting specific application and recycling app pool
But this chance we are not getting everytime.
Can somebody please help to understand and solve this issue without restarting service ?
Thanks a lot in advance !