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
Explain about .net assemblies?
Please explain what is the .net framework and how does it work?
Explain the garbage collection process?
Explain what is the difference between encrypting a password and applying a hashing?
How do I use the thread pool?
Is there built-in support for tracing?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Write the .net syntax for 'while loop'?
What are the differences between com architecture and.net architecture?
Explain about Behavioral design pattern?
Write the .net syntax for 'for loop'?
How does cas works?
What is the difference between reference type and value type?
How is .net core cross platform?
How to manage pagination in a page using .net?