[MSDN Redirect] Page events stopped working sometimes in our web services

KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
2020-02-14T20:26:46.643+00:00

Hi All,

We created our online website and deployed in Azure web services. All the pages works fine but sometimes click events in our page are stopped working.

Please help me what could be the reason behind it.

I developed a site in ASP.Net the function with the name ddldropdownlist_selectedindexChanged are not firing sometimes. It works fine, if i restrated the service.

Please help me to resolve this.

Thanks,

Source URL: https://social.msdn.microsoft.com/Forums/en-US/fa84d275-5ba6-46ce-afe8-dcbe10729187/page-events-stopped-working-sometimes-in-our-web-services?forum=windowsazuredevelopment

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,923 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach 251 Reputation points
    2020-02-19T02:17:45.933+00:00

    @DharaniRaaj next time you encounter this scenario, can you please attempt to capture a memory dump of your web app before restarting the app? We have built in memory dump collection and analysis into Azure Web Apps. To do so, please follow the steps listed at this blog.

    Please let us know the outcome as it sounds like something within your code is hanging due to a possible deadlock or another issue.

    Also, before generating the memory dump and restarting the app, I would suggest looking at cpu and memory consumption. Are these metrics high?

    0 comments No comments