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
How to implement Authentication and Authorization?
Explain how cookies work. Give an example of cookie abuse.
What do you mean by authentication?
How are sessions stored?
Is asp.net easy to learn?
What is page request in asp.net?
What is event bubbling?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the use of worker process in asp.net?
Explain the difference between inline and code behind - which is best in?
What is cookies in asp net?
Mention the execution process for managed code?
What is active web pages?
Why session is necessary in web application?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?