can you please help to diagnosis the problem in ASP.Net classic mode application pool getting slow in IIS 10, it is not happening every day. sometime it is working getting for 2 to 3 days, then suddenly it is getting slow.
Same application is hosted on other server and also hosted at cloud, but only one site having this issue.
Requesting you, kindly help to identify the problem.
sometime it is working getting for 2 to 3 days, then suddenly it is getting slow.
In browser f12 developer tool network, you can try to capture request and check timeline for the network events of the request (such as Connecting, Sending, Waiting(TTFB), Downloading etc), then you can share
the detailed information or screenshot so that we can troubleshoot the issue based on it.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
You need to capture the performance counter parameters of server to exactly get idea what is slowing down your system and its not really easy, some times we need to capture the snapshot of memory and analyze them later for analysis as well. Actually it has
several factors may be you allocate the limited resources to your application pool and that may slow down your server, may be there is memory leakage or may be you block threads when doing some long running operation so it depends what is slowing down your
system and it only give you information when you capture performance counters.
Another option is using Azure Application Insight , integrate it in your application and it will give you detail information of Server and Client parameters.
None
0 Points
1 Post
Asp.net classic application pool mode getting slow in Windows 2016 server
Sep 27, 2019 08:09 AM|Saroj@PROLOGICFIRST.COM|LINK
Hi,
can you please help to diagnosis the problem in ASP.Net classic mode application pool getting slow in IIS 10, it is not happening every day. sometime it is working getting for 2 to 3 days, then suddenly it is getting slow.
Same application is hosted on other server and also hosted at cloud, but only one site having this issue.
Requesting you, kindly help to identify the problem.
Regards,
Saroj
All-Star
40565 Points
6233 Posts
Microsoft
Re: Asp.net classic application pool mode getting slow in Windows 2016 server
Sep 30, 2019 02:03 AM|Fei Han - MSFT|LINK
Hi Saroj,
Welcome to ASP.NET forums.
In browser f12 developer tool network, you can try to capture request and check timeline for the network events of the request (such as Connecting, Sending, Waiting(TTFB), Downloading etc), then you can share the detailed information or screenshot so that we can troubleshoot the issue based on it.
With Regards,
Fei Han
Contributor
2096 Points
1040 Posts
Re: Asp.net classic application pool mode getting slow in Windows 2016 server
Nov 04, 2019 02:50 AM|Khuram.Shahzad|LINK
You need to capture the performance counter parameters of server to exactly get idea what is slowing down your system and its not really easy, some times we need to capture the snapshot of memory and analyze them later for analysis as well. Actually it has several factors may be you allocate the limited resources to your application pool and that may slow down your server, may be there is memory leakage or may be you block threads when doing some long running operation so it depends what is slowing down your system and it only give you information when you capture performance counters.
Another option is using Azure Application Insight , integrate it in your application and it will give you detail information of Server and Client parameters.