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 the difference between response.write & response.output.write?
How do you create threading in.net?
What is portable executable (PE)?
Explain code access security.
Please explain what is the .net framework and how does it work?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
What is data type and how many types of data types are in .NET ?
What are the differences between com architecture and.net architecture?
What is static constructor, when it will be fired? And what is its use?
How does the .NET framework work?
What are the advantages of .net core?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?