IIS_PROFILING_TIMEOUT_IN_SECONDS profiler max duration

Lee Vu (Apex Systems Inc) 56 Reputation points
2020-09-03T17:54:25.557+00:00

App Service Diagnostics – Profiling an ASP.NET Web App on Azure App Service

https://azure.github.io/AppService/2018/06/06/App-Service-Diagnostics-Profiling-an-ASP.NET-Web-App-on-Azure-App-Service.html#:~:text=It%20is%20possible%20to%20increase%20the%20default%20profiling%20duration%20by,to%20the%2060%20second%20value.

Article mentions "IIS_PROFILING_TIMEOUT_IN_SECONDS with a maximum value of 900" and .NET profiler will default to 60 seconds if value is over 900.

My results instead is:
ASP.NET V4.7

IIS_PROFILING_TIMEOUT_IN_SECONDS = 600 (10 minute profiler duration seems working)
IIS_PROFILING_TIMEOUT_IN_SECONDS = 900 (seems to default to 60 seconds instead, not working)

Can you kindly confirm correct max duration or maybe update the doc if it is outdated. Thank you.

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2020-09-06T03:28:30.763+00:00

    Hi @Lee Vu (Apex Systems Inc) ,

    In looking at the code, the max timeout to app setting timeout will be false when set to 900. I've submitted a PR to address this.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.