Custom error is not working in iis 6

Jun 8 2017 1:59 AM
custom error in web config working fine in local but when i deploy my application in iis 6 it is not working what is the problem 
 
 
here is web config custom error
 
<customErrors mode="On" defaultredirect="/DefaultErrorpage.aspx">
<error statusCode="404" redirect="/SessionTimeOut.aspx" />
</customErrors>
 

Answers (3)