In ASP you handle application errors by using the On Error resume Next statement. If you don’t want your visitors to see ugly meaningless error messages, then you’ll have to implement some kind of error handling in your ASP applications. Does anyone has any idea how to implement it or how it works ?
the first thing you do is go here http://www.google.com/search?source...,GGLG:2006-38,GGLG:en&q=error+handling+in+asp then look for what you need. then when you encounter problems while doing your error handling, ask it here in the forum.