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 asp.net authentication providers and iis security?
Explain code access security.
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
Tell about your technical profile ?
Is there built-in support for logging?
What is the transport protocol you use to call a seb service soap?
What is Finalizer in .NET define Dispose and Finalize ?
Can "this" be used within a static method?
Please explain what inheritance is, and why it's important?
How can you instantiate a tuple?
Explain me what is a design pattern and what is it for?
Explain something about WebService?
Explain the .net framework overview?
Explain me what is .net web service?
In code behind class, name the type of code found. Is it the server side code or client side code?