I am on Umbraco version 7.5.1, asp.net 4.6.1. I have one Umbraco application hosting two web sites (one anonymous and the other secure using Forms). I have specified this in the UmbracoSettings.Config but its good for the entire site
<error404>//PageNotFound[1]</error404>
Is there a way to instruct Umbraco to use the 404 anonymous Doc type for anonymous site and use the secure 404 document type for the secure site?