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 GAC?
Define satelite assembly?
Which dll is required to translate xml to sql in internet information server (iis)?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
What is CLR? How it will work?
What are HTML controls, Web controls, and server controls?
Explain clr, cts and cls?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is MSIL code ?
What is jit compilers?
What are the types of jit?
What is il in vb.net?