Ask a Question related to ASP, Design and Development.
-
d.jpr #1
"list of files" & timeout
running the following script (bottom mail) results after a few minutes in an
timeout error
Error Type:
Active Server Pages, ASP 0113 (0x80004005)
The maximum amount of time for a script to execute was exceeded. You can
change this limit by specifying a new value for the property
Server.ScriptTimeout or by changing the value in the IIS administration
tools.
/htdocs/dany/list.asp
tested on winxp pro & local IIS
what could be wrong?
thx
d.
<%
Whichfolder=server.mappath("\") &"/"
Dim fs, f, f1, fc
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.GetFolder(Whichfolder)
Set fc = f.files
For Each f1 in fc
Response.write (f1.name & "<BR>")
Next
%>
d.jpr Guest
-
cfqueryparam ignores null="yes" when list="yes"
I get an unexpected result when using cfqueryparam with list="yes" and null="yes" using CF 7.0.1 and MSSQL 2000. When i run this code: <cfset... -
WebService timeout after setting debug="false"
Hi, We set debug="false" at web.config of a WebService for performance sake. We found that after set, the web service request will sometimes got a... -
System.Data.SqlClient "Timeout expired" causing ASP.net web application to automatically restart.
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET... -
MX is showing "Desktop" in my local files list?
What gives? I have a Desktop tree in my local files list, when I view any of my sites...I basically don't want it there - is this just a setting... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
Bob Barrows #2
Re: "list of files" & timeout
d.jpr wrote:
[url]http://www.aspfaq.com/show.asp?id=2180[/url]> running the following script (bottom mail) results after a few
> minutes in an timeout error
>
> Error Type:
> Active Server Pages, ASP 0113 (0x80004005)
> The maximum amount of time for a script to execute was exceeded. You
>
> <%
> Whichfolder=server.mappath("\") &"/"
> Dim fs, f, f1, fc
> Set fs = CreateObject("Scripting.FileSystemObject")
HTH,
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

