3
Answers

Custom error is not working in iis 6

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)