on error
Hi,
I want to capture err.description into asp variable when any error occurs in the pages a whole. Suppose some error occurs at the top of the page say virtual block 1 . Can it will travel till page end, or can every error necessarily stop the proceedings and throw error resulting page crash. is in asp, type of errors are categorized as per criticality and hence some is message type, on which pages generally not crashes .My ultimate aim is to capture error in asp variable when crash able error occurs. How to capture it . I am writing rough sketch please correct it.
--block one
on error
dim eror1
eror1 = err.description
response.write "block ends"
--block two
on error
dim eror2
eror2=err.description
response.write "block2 ends"
regards
om prakash kumar
__________________
om prakash kumar
|