asp.net mvc 4 - App Pool on IIS gets Hanged sporadically and we see white page on MVC Application -


we having mvc4 application on iis 8. application had dedicate app pool. app pool gets hanged sporadically , solution application , running doing iis reset. after iis reset, starts working normally. when eventviewer, see message

"a worker process '' serving application pool 'xxx' failed stop listener channel protocol 'http' in allotted time. data field contains error number."

this issue occurs in our customer site , works fine in our environment.

i looked iis logs , not give information.

any highly appreciated.

for me, works manually recycle app pool in same situation. have issue iis on 2012r2.

don't have clue why hangs, maybe ef or ormlite db framework deadlocks or such..


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -