asp.net Error Code 1460: timeout
-
Has anybody solution to it. i tried uploading video, i got this error.
-
Has anybody solution to it. i tried uploading video, i got this error.
Have you tried increasing the number of second system will wait before sending timeout meesage ... add executionTimeout="500" or more depending upon your requirement in httpRuntime section in web.config file. <httpRuntime executionTImeout="500" /> I guess it will solve your problem !!! ;) Arindam
-
Have you tried increasing the number of second system will wait before sending timeout meesage ... add executionTimeout="500" or more depending upon your requirement in httpRuntime section in web.config file. <httpRuntime executionTImeout="500" /> I guess it will solve your problem !!! ;) Arindam
Thanks Arindam for timely help. Now it is uploading successfuly.:-D
-
Thanks Arindam for timely help. Now it is uploading successfuly.:-D
:-D Arindam