Answer Posted / minhajul islam
Yes, We can
using this tag in web.config
<customErrors mode="On"
defaultRedirect="~/errors/GeneralError.aspx">
<error statusCode="404"
redirect="~/errors/PageNotFound.aspx" />
</customErrors>
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do you design a website with multilingual support in ASP.NET ?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain the purpose of storyboard.targetproperty.
What is mta?
What are the page life cycle events?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
When does a session actually start?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is postback in asp net?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain about asp.net state management?
What's the use of formatters in .net?
What are the Types of chaching. How to implement caching
Explain the different types of directives in .net?