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 are asp.net authentication providers and iis security?
What is cyclomatic complexity and why is it important?
What is multiThreading in .NET?
Explain the garbage collection process?
What is connected and diconnected database ?
Can I write il programs directly?
What is CLR? How it will work?
What is 3 tier architecture?
Explain how viewstate is being formed and how it's stored on client in .net?
Define marshling?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is RCW (Run time Callable Wrappers)?