Base solution for your next web application
Open Closed

How can i extends respond time from service #8649


User avatar
0
kwanp created

My version on ASP.net Core + Angular now the error Timeout show and i want to extend to 60 sec

Thank you


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    I see that the status code is 500? Did an exception occur?

    https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.1#attributes-of-the-aspnetcore-element

    requestTimeout	
    Optional timespan attribute.
    
    Specifies the duration for which the ASP.NET Core Module waits for a response from the process listening on %ASPNETCORE_PORT%.
    
    In versions of the ASP.NET Core Module that shipped with the release of ASP.NET Core 2.1 or later, the requestTimeout is specified in hours, minutes, and seconds.
    
    Doesn't apply to in-process hosting. For in-process hosting, the module waits for the app to process the request.
    
    Valid values for minutes and seconds segments of the string are in the range 0-59. Use of 60 in the value for minutes or seconds results in a 500 - Internal Server Error.
    
    Default: 00:02:00
    Min: 00:00:00
    Max: 360:00:00