Recommended: jscript error code and corresponding explanation JScript Syntax Error JScript Syntax error refers to an error that occurs when a JScript statement violates one or more syntax rules of the JScript scripting language. A JScript syntax error occurs during the program compilation phase, before starting to run the program. (The error occurred in
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 for IIS is 90 seconds
In this way, if you upload software or transmit data for more than 90 seconds, the process script will time out and abandon your execution, protect the server's processing of large data memory and excessive CPU usage will cause crashes or instability.
The solution is
One: You can click the home directory in the properties of the website where IIS is located and then set the ASP/cGI script timeout size higher in the configuration options
Another way is simpler: add it directly to the head of the program
Server.ScriptTimeOut = 500
'500 is the timeout time of the script you set, seconds in units, adjust the specific size by yourself
Share: Use of ASP to operate the Access database ADOX Generally, there are Alter statements and the basic syntax difference between MsSQL2k is not too big. For example, create a new column statement in a certain table: Dimsqlstrsqlstr=altertablel_infoaddcolum