且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

asp.net中的服务不可用

更新时间:2023-02-23 23:31:36

似乎您的应用程序中的内存管理存在一些问题.我过去曾遇到过这样的问题.

1-检查您的应用程序是否有内存泄漏.
2-您可以根据需要检查应用程序池配置并更改内存设置.
It seems that there is some issue with your memory management in the application. I have faced such issues in past.

1- Check your application for any memory leak.
2- You can check the application pool configuration and change the memory setting as per your requirement.


好,但是我该如何检查内存泄漏以及必须在哪里查找内存泄漏.应用程序池的设置
ok but how can i check memory leak and where i have to find memory leak.What is preferable settings for application pool