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
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the difference between custom controls and user controls?
What are the asp.net server side objects?
How can you dynamically add user controls to a page?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is the difference between union and structure?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Write a code for passing ArrayList in Web API?
Explain Optimization technique description?
Explain the use of resource manager class in .net.
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Which is an advantage of application service providers?
What are query strings used for?
What are triggers of an updatepanel?