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 garbage collection and how it works ?
Can we use data reader to bind gridview?
What is UDDI and how to register the web service in it?
What is the difference between response.redirect & server.transfer?
Please explain what is the difference between encrypting a password and applying a hashing?
What are the different types of memory in .net?
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
What is the difference between constants and read-only variables?
How to debug failed assembly binds?
How many design patterns can be created in .net?
What is a .net class?
Please explain what is the .net framework and how does it work?