Hi
I am creating some error trapping code that will email me when a error occurs in asp code. Alot of
the code works, except perhaps one of the most vital pieces of information line number of the error
I have tried
ASPError.Line
&
set objErr=Server.GetLastError()
objErr.Line
&
Err.Line
I get nothing returned or the object im looking at, or it is errorous. Im using IIS 6. Does anyone
have any ideas of how to get the line number of an error? You would think it would be a important
thing to be able to return and simple too.
Thanks in advance for any help
Rob