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 are asp.net authentication providers and iis security?
What is .net core used for?
How server form post-back works?
What is data type and how many types of data types are in .NET ?
Is .net core the future?
What are the main components in .net?
How many design patterns can be created in .net?
Describe the compilation process for .net code?
Conceptually, what is the difference between early-binding and late-binding?
What is the base class of Button control in .NET?
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
How do you generate a strong name?