I created a 404 error page called 404.aspx, which works fantastically when I call it manually. But after installing the "user error" in web.config and IIS 6.0. This does not work properly.
For example, if I find the URL incorrectly, it will not work, and a message similar to the one below appears.
XML Parsing Error: not well-formed Location: **http://domain/anything** (without an extension) Line Number 1, Column 2:<%@ page language="C#" masterpagefile="~/Public.master" autoeventwireup="true" inherits="_404, App_We
And, if I print the url like this: http: //domain/anything.ASPX (adding .ASPX) at the end, it will be redirected to user 404.aspx error correctly and works fine.
What can I do to make this work?
UXdesigner
source share