In SharePoint,
I want to be able to direct to a custom error page if a 404 is reached.
However, after following:
I'm unable to hit my custom error page when trying for entries such as:
http://localhost/adsdasad or something erroneus.
Any ideas?
In SharePoint,
I want to be able to direct to a custom error page if a 404 is reached.
However, after following:
I'm unable to hit my custom error page when trying for entries such as:
http://localhost/adsdasad or something erroneus.
Any ideas?
Those URL's are not being handled by your SharePoint configuration because IIS does not think that the should be handled by SharePoint. As Chris points out you should add custom 404 handling at the IIS level too.