I have uploading the core web api to server. I am getting error 408 request timeout when try to perform post and put method with postman or angular. I have did R&D on it and set request timeout in web.config and also in UseKestrel in program file. but didn't work. Its working file on local system and IIS but not working on live server.