Explain weg config settings for exception managment in asp.net?
Answer / 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 |
What is .net3.5?
What makes .net core cross platform?
In Mvc Architecure what is view?
How many types of transactions are there in com + .net ?
Explain what are the deferred execution and the immediate execution in linq?
How server form post-back works?
What is the base class of Button control in .NET?
What is meant by .Net framework?
Explain me what is encapsulation?
How inheritance works in .net?
How will you register com+ services?
What are virtual destructures?