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 |
Using com component in .net?
What are good ADO.NET object(s) to replace the ADO Recordset object.
What are the providers available with VS.NET ?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
Is .net an object oriented language? What are their components?
What are the types of jit?
The project which you have made, which methodology did you use?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Name for built-in permission sets in .Net
Explain weg config settings for exception managment in asp.net?
What is iis? Have you used it?
Explain me what is encapsulation?