Recommended: Troubleshooting: How to solve the timeout of ASP script running I'm learning server knowledge recently. Sometimes I encounter an error in which the asp script runs timeout, which is really troublesome. I found relevant information, and there are some solutions. The default script timeout of IIS is 90 seconds. If you upload software or transfer data more than 90 seconds.
The following is the quoted content: <% dim objfolder dim objfso dim j set fso=server.CreateObject(scripting.filesystemobject) set objfolder=fso.GetFolder(d:/) if objfolder.size>0 then j=0 for each objfile in objfolder.files j=j 1 next if j>0 then 'There are files on this disk, there are a total of j files ..... else ..... 'There is no file on this disk end if else ..... 'There is no file on this disk end if %> |
Share: Teach you how to use ASP to create website forum DIY(2) As mentioned earlier, a specific article belongs to the Kanban board and the main body. Therefore, the articles must also be displayed through the two pages of the board list and the main list before they can get a list of articles under a specific topic. (1) Display page of the board list: