What is the Custom Error in ASP.NET?
Answer Posted / chandra prakash
Custom Error is use for error handling in ASP .NET. we
define the mode in the CustomError element in the
web.config. we can also give the default Redirect Page for
errors in this.
Is This Answer Correct ? | 35 Yes | 1 No |
Post New Answer View All Answers
What is validation in asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Define web services in asp.net.
What I need to create and run an asp.net application?
Disable browser cache for entire ASP.NET website?
What parameters can you pass in the url of the api?
What is the default timeout for a cookie?
In the Repeater control which way you can edit?
How do u declare static variable and how it is declared and what is its lifetime?
What is difference between cache and session?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is virtual directory in asp.net?
What is data cache in sql server?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?