I've got an ASP script that I need to enable error trapping in one section of the script but not some other parts. Basically, if the SQL Server is rebooting I need the page to redirect but if everything is okay I don't want the on error resume next to remain.
Is there a command to 'turn off' on error resume next?