The Status property represents the HTTP status code returned for the request. The status codes are defined in the HTTP specification.
SyntaxResponse.Status = (string) |
string | Contains a three digit status code, optionally followed by a description. |
<% Response.Status = "501 Not Implemented" %> |