Why does the recent ASP.NET security vurnerability specify an html error page to redirect to pre ASP.NET 3.5 SP1 but an aspx page for later versions?
Why does the recent ASP.NET security vurnerability specify an html error page to redirect
Share
AFAIK, it does not really matters what you redirect to (html or aspx). The main point is to redirect to a page that display the same HTML regardless of the error were a 404 or 500.