|
Home > Archive > IIS ASP > June 2006 > ASP 0113 Error "Time Out"
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP 0113 Error "Time Out"
|
|
| Usama Zulfiqar 2006-06-17, 7:20 pm |
| Hello guyz,
One of my colleagues has made an upload website. We upload big data over the
server via asp. Whenever I wanted to upload 5Mb file or more i receive ASP
0113 error. Is there any way to stop this error so that i can upload bigger
files... I have also increase the timeout of IIS but still no use...
Looking forward,
Usama Zulfiqar
| |
| surf_doggie 2006-06-18, 1:24 am |
| Have you tried at the top of the page using something like
<%
Server.ScriptTimeout=10000
%>
Earl
www.jhdesigninc.com
Usama Zulfiqar wrote:
> Hello guyz,
>
> One of my colleagues has made an upload website. We upload big data over the
> server via asp. Whenever I wanted to upload 5Mb file or more i receive ASP
> 0113 error. Is there any way to stop this error so that i can upload bigger
> files... I have also increase the timeout of IIS but still no use...
>
> Looking forward,
>
> Usama Zulfiqar
| |
| Usama Zulfiqar 2006-06-18, 7:24 am |
| Thanks buddy,
Usama Zulfiqar
"surf_doggie" <earl.robb@gmail.com> wrote in message
news:1150591960.918162.195950@h76g2000cwa.googlegroups.com...
> Have you tried at the top of the page using something like
> <%
> Server.ScriptTimeout=10000
> %>
>
> Earl
> www.jhdesigninc.com
>
> Usama Zulfiqar wrote:
>
|
|
|
|
|