Hi gaurav,
I am maneesh
if u dont want to show any error to users.
go to the custom error tag in the web.config
give the defaultredirect value to your error page.
and u can also handle it in global.asax's On_ApplicationError event
Quote:
quote:Originally posted by gaurav_jain2403
Hello Friends,
I am developing the application in ASP.NET. I want some way that while accessing the pages, if any error occurs, errors should not be displayed to the user. Instead, user should be redirected to some other page. How can I do this. Please help me .
Gaurav Jain
|