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 can you enable impersonation in the web.config file?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is data caching?
Explain the difference between response.redirect vs server.transfer
Define machine.config in .net?
Can asp.net work on an nt server?
Explain about secure socket layer?
How does exception management works in ASP.NET?
What is application variable in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Define a web service in .net?
Is asp.net web forms dead?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the advantage of mvc over asp.net? : Asp.Net MVC
Explain the disadvantages of viewstate?