HI,
I have Godaddy domain with windows deluxe hosting with plesk.
I ghave published my ASP.NET MVC 5 web application onto, and i have upload functionality with my web app, the upload woks fine on local host but when I try to upload on the publish server I get Request timed out after 30 seconds error.
here is my web.config




I tried to edit the .user.ini file with this lines but it didnt solve the issue
file_uploads = On
post_max_size = 50M
upload_max_filesize = 50M
max_execution_time = 18000
max_input_time = 18000
How can I increase the request time out and the upload file size?