标签: c# asp.net asp.net-mvc asp.net-core nopcommerce
The site工作正常,但是当我尝试Add order或Login/Registration时出现timeout错误:
Add order
Login/Registration
timeout
处理请求时发生未处理的异常。 BadHttpRequestException:由于数据到达速度太慢,读取请求正文超时。请参见MinRequestBodyDataRate。 Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1MessageBody.PumpAsync()
答案 0 :(得分:-1)
很可能是您的数据库连接。在appsettings.json中检查您的配置,并使用提供的配置检查您的数据库是否可访问
答案 1 :(得分:-1)
这是由于托管服务提供商分配的内存。您需要更改会话存储过程。