G
Guest
I have a Custom Error below..!!
But when i try it it doesn't work.
Am i suppose to make any changes in IIS for this to Work?
And the Error pages for example "AccessDenied.aspx" where should they be PUT?
<customErrors defaultRedirect="ErrorPage.aspx" mode="On">
<error statusCode="500" redirect="servererror.aspx" />
<error statusCode="404" redirect="filenotfound.aspx" />
<error statusCode="403" redirect="AccessDenied.aspx" />
</customErrors>
But when i try it it doesn't work.
Am i suppose to make any changes in IIS for this to Work?
And the Error pages for example "AccessDenied.aspx" where should they be PUT?
<customErrors defaultRedirect="ErrorPage.aspx" mode="On">
<error statusCode="500" redirect="servererror.aspx" />
<error statusCode="404" redirect="filenotfound.aspx" />
<error statusCode="403" redirect="AccessDenied.aspx" />
</customErrors>