Explain weg config settings for exception managment in asp.net?
Answer Posted / vijay
You should configure exception management settings within
your application's Web.config file. The following is an
example of the exception settings in a Web.config file.
< customErrors defaultredirect="http://hostname/error.aspx"
mode="On"/>
< error statuscode="500" redirect="/errorpages/
servererror.aspx" />
< error statuscode="404" redirect="/errorpages/
filenotfound.htm" />
< /customErrors>
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the types of assemblies in .net?
Is .net core free?
Explain Different kinds of methods?
Explain when should you use .net web forms over asp.net mvc?
Is .net core installed?
Please explain what is heap and what is stack?
Describe the Managed Execution Process
Different between .net & j2ee ?
When should I use .net core?
How to produce an assembly?
What is the use com component in .net?
What is WSDL? Explain its architecture?
Explain clr, cts and cls?
What are the new thee features of com+ services, which are not there in com (mts)?
What is the lapsed listener problem?