How to use background task for a long running api [aspnetboilerplate]
i have been facing server time out issue for an api call.
Server time out issue after 3 mins
If my api call taking more than 3 mins, i’m getting server time out issue in abp boilerplate framework application. this issue is happens in hosted environment not local environment. where i should increase it’s time out?