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 the significance of finalize method in .net?
What is work flow gen? how can it will work with .Net?
Can you explain autopostback?
How does session state work in asp.net?
What are session objects?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is the function of new view engine in asp.net? : asp.net mvc
What is the exact purpose of http handlers?
How to find last error which occurred in Asp.net ?
What is content page in asp net?
Which method do you use to enforce garbage collection in .net?
Where sessions are stored?
Is post back property in asp net?
Briefly describe the role of global.asax?
How can you register a custom server control to a web page?