You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ASP.NET Core 2.2 web app that was timing out after 2 minutes on a long request. It's running on the default InProcess model. I've added the requestTimeout attribute to the aspnetcore element in the web.config as mentioned in the following tip and it worked. https://microsoft.github.io/AzureTipsAndTricks/blog/tip132.html
This page says that this attribute doesn't apply to InProcess hosting model, but the facts prove that it does.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: fe69b3a9-896f-e189-0c2c-f87ff735df9c
Version Independent ID: 97c8549b-66ad-0a23-1971-784fb923042a
I think we're good here. I checked the two versions of the doc, and it seems to compose correctly for 2.2 vs. 3.0 on the hosting model default. I'll close now.
I have a ASP.NET Core 2.2 web app that was timing out after 2 minutes on a long request. It's running on the default InProcess model. I've added the requestTimeout attribute to the aspnetcore element in the web.config as mentioned in the following tip and it worked.
https://microsoft.github.io/AzureTipsAndTricks/blog/tip132.html
This page says that this attribute doesn't apply to InProcess hosting model, but the facts prove that it does.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: