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 |
Describe session handling in a webform, how does it work and what are the limitations?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
Explain what is the difference between web application and enterprise application?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
Please tell us what is the difference between override and overload in a method?
Explain me what is the .net framework and how does it work?
What is a .DLL and .EXE files called in .NET?
When a Static Constructor called in .NET?
explain the states of a window service application?
What is WSDL and disco file ?