Is it possible to modify the notfound.aspx/ErrorPage.aspx to include extra fields other than the big text box or should I just make my own?
We want to know who it is thats sending the error report and which page they came from - not just the actual page that was "not found" etc.
/John
I would recommend creating your own page, since notfound.aspx belongs to EPiServer (inherits from EPiServer.Util.NotFound), and may change in the future.
Frank :)