[thelist] ASP Err Object in IIS 5

Tab Alleman talleman at RealMetros.com
Tue Feb 19 09:08:00 CST 2002


I've got an error handler that sends me a string like this:

	("ASP Error (" & Err.Number & ":  " & Err.Description & ")" &
Chr(10) & _
				"Source: (" & Err.Source & ")")

And the string I get ends up looking something like this:

	ASP Error (424:  Object required)
	Source: (Microsoft VBScript runtime error)


Where's the page name and line #?  I know it must be in the object
somewhere.. anybody know?




More information about the thelist mailing list