HI,
I am getting little confused with how errors are handled in DNN 4.9.4
I came across 2 issues
1) For testing, I have stopped SQL Server and tried to access DNN..
It redirected to "/Install/UnderConstruction.htm" then..I thought it would redirect to ErrorPage.aspx
This is my config in web.config
<customErrors mode="On" defaultRedirect="~/ErrorPage.aspx"/>
2) In Host-->Host Settings, I have enabled Use Custome error codes. But still, 404 is not handled properly.
For eg, If I try to browse to http://localhost/YouKiddingMe.htm, I get the standard IIS error message not the custom DNN.
Can anyone guide me on how to solve above two problems??
TIA
I do not want errors to be forwarded to "