The Status property specifies the value of the status line returned by the server. Status values are defined in the HTTP specification.
Response.Status = [StatusDescription]
Use this property to modify the status line returned by the server.
The following example sets the response status.
<% Response.Status = "401 Unauthorized" %>