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
Which object encapsulates state or data of a user?
What is difference between mvc and asp.net? : Asp.Net MVC
What events will occur when a page is loaded?
What is the difference between typeof() vs gettype()?
How can you enable impersonation in the web.config file?
Explain security types in asp.net?
What is the purpose of asp.net?
What is asp.net localization?
Why do we need Sessions?
What is viewstate in asp net with example?
What is master page in dtp?
Write the different features of a Thread and a Process?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is content place holder?
What’s the use of “GLOBAL.ASAX” file?