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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
App Service Diagnostics – Profiling an ASP.NET Web App on Azure App Service
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.
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.