requestTimeout在ASP.NET Core MVC中不起作用

时间:2019-05-26 15:47:42

标签: asp.net-core asp.net-core-mvc web-config

我有这个instance of `Person` out of START_ARRAY token at [Source: (InputStream); line: 1, column: 1] at com.fasterxml.jackson.databind.MappingIterator.next(MappingIterator.java:194) 文件:

Web.config

如您所见,我已经添加了<?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" /> </handlers> <aspNetCore processPath="dotnet" arguments=".\HamrahFarda.Marketing.AdminService.dll" stdoutLogEnabled="true" stdoutLogFile=".\" requestTimeout="05:00:00" /> </system.webServer> </configuration> 属性并将其设置为5小时。但是15秒后,我仍然出现requestTimeout错误。

怎么了?

0 个答案:

没有答案