Custom Error page
-
I am working on Website. i want to create a custom error page for my website which will handle all the error occured while application is running. So If you have a solution please help me. Thank you.
-
I am working on Website. i want to create a custom error page for my website which will handle all the error occured while application is running. So If you have a solution please help me. Thank you.
You should add Global.asax into your project and just call the error page into void Application_Error(object sender, EventArgs e) { // Code that runs when an unhandled error occurs }
Deepak :) Smile a Lots,Its Costs Nothing
-
You should add Global.asax into your project and just call the error page into void Application_Error(object sender, EventArgs e) { // Code that runs when an unhandled error occurs }
Deepak :) Smile a Lots,Its Costs Nothing
Thanks a lot .......
-
I am working on Website. i want to create a custom error page for my website which will handle all the error occured while application is running. So If you have a solution please help me. Thank you.
I will suggest you to use Tag in web.config cheers, Abhijit CodeProject MVP