Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server.ScriptTimeout

Status
Not open for further replies.

TMac42

Programmer
Jul 24, 2000
83
US
Is it okay to place
<%
Server.ScriptTimeOut = 120
%>

in the <HEAD> of each document? I'm just not sure of the right location for this to be effective. Thanks!
 
You just put it at the top of your ASP code - not the top of your HTML code.

It would usually be one of the first lines in the ASP program. Mighty :)
 
I'm trying to cover my entire site w/ ease since I have hundreds of pages and most are ASP. I use #include files for the <head> building, <meta> building, etc. So could I place it high in the page in an include file to apply to all pages that use that include? Please clarify....

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top