[thelist] ASP Err Object in IIS 5

Scott Dexter thelist at lists.evolt.org
Wed May 1 10:02:03 2002


You've got "On Error Resume Next" commented out -- so your error
trapping code never gets executed....


> -----Original Message-----
> From: Tab Alleman [mailto:Tab.Alleman@realmetros.com]
> > <%
> > Option Explicit
> > 'On Error Resume Next
> > Dim oErr