Author |
Topic  |
|
owned6
Starting Member
49 Posts |
Posted - 18 November 2003 : 16:35:15
|
Hi All,
After moving my forums to a faster server my old problem of not being able to search (server time out error) has been resolved but now I seem to be getting a different error in the middle of retrieving the results of my search:
======================================= Active Server Pages error 'ASP 0113' Script timed out
/search.asp
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. =======================================
Doing a search I found that people were adding the following script to try and resolve the issue: <% Server.ScriptTimeout = 3600 %>
My question is where does this go? If in the search.asp file specifically where in the file at what line?
If there is a setting on IIS I need to modify, please let me know as I also have direct physical access to the server.
Thanks in advance always for your support everyone!
Owen |
|
ArtGoddess
Starting Member
Spain
19 Posts |
Posted - 21 February 2004 : 13:40:54
|
I get the same error when I try to upload files more than 300 kb. Only admin can upload, but moderators and users cannot.
Páginas Active Server error 'ASP 0113'
Tiempo de espera agotado para la secuencia de comandos
/uploadengine.asp
Se excedió el tiempo máximo de espera para una secuencia de comandos. Para cambiar este límite especifique un nuevo valor para la propiedad Server.ScriptTimeOut o cambie el valor en las herramientas de administración de IIS.
I have full access to server and I want to know where I have to change the ServerscriptTimeout of my server. Thanks in advance! |
 |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 21 February 2004 : 13:51:17
|
I'm getting this also after moving to a new host, I don't have access to the server's settings. It worked earlier today, but not now... |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 23 February 2004 : 05:42:25
|
I added these two lines in the top of the page: X = Server.ScriptTimeout Server.ScriptTimeout = 90 And this line in the bottom of the page. Server.ScriptTimeOut = X
Everything work fine =) You can even put this around a certain function or line. |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 23 February 2004 : 15:18:33
|
naah.. this work for me =) But I could take the first two lines in top of inc_header.asp and the last in inc_footer.asp and have this work sitewide?
|
/Tribaliztic - www.gotlandrace.se -
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 23 February 2004 : 20:14:12
|
quote: Originally posted by tribaliztic
naah.. this work for me =) But I could take the first two lines in top of inc_header.asp and the last in inc_footer.asp and have this work sitewide?
Not sure that I understand what you mean but what I meant was to achieve that not through coding, but through IIS manager. Of course, if you apply a line such as this in all files, the same effect is achieved. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 24 February 2004 : 03:19:47
|
I have no way to change this in IIS Manager, but all pages have inc_header.asp and inc_footer.asp included, so if I put these lines in those two (start in header and end in footer), the whole site should be affected I think. Anyways, I don't need to change this for the whole site so it's not a problem, just thought someone else could use that. |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
|
Topic  |
|