I am opening a recordset and using it to populate a table, but I keep getting the error :
'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.'
How do I apply Server.ScriptTimeout to my recordset/connection/command etc? Do I just need to put Server.ScriptTimeout = 120 at the top of my page and it will automatically apply to all objects?
'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.'
How do I apply Server.ScriptTimeout to my recordset/connection/command etc? Do I just need to put Server.ScriptTimeout = 120 at the top of my page and it will automatically apply to all objects?