How do we customize the error pages for the following in SharePoint:
Bad request 400
Unauthorized 401
Forbidden 403
Not found 404 (Solved through SharePoint 404)
Internal Error 500
Not implemented 501
Service not available 503
While I know how to customize the 404 page, how and what is the best way to customize the other error pages listed?
Through web.config? Separate console app? Stsadm commands?