Service too busy error in WCF

前端 未结 8 704
被撕碎了的回忆
被撕碎了的回忆 2021-01-03 20:07

I intermittently get the following exception in my .Net WCF Service. \"The HTTP service located at http://MyServer/TestWCF/MyService.svc is too busy.\"

Am I missing

8条回答
  •  醉梦人生
    2021-01-03 20:57

    My answer would be, check if the app pool is up and well?

    I've seen this error occurring when the app pool has died due to exceptions being thrown that aren't caught.

    Consider for example, custom config sections - having an error in there, will cause your app to fail before it's even started. Too many of these in a short space of time will kill the app pool.

提交回复
热议问题