Response.Status
The Status property specifies the value of the status line returned by the server; you can use it to modify the status line. Status values are defined in the HTTP specification.
Syntax
Response.Status =[StatusDescription]
Parameters
- StatusDescription
A string that consists of both a three-digit number that indicates a status code and a brief explanation of that code. For example, 310 Move Permanently.
Applies To
Example Code
The following example sets the response status.
<% Response.Status = "401 Unauthorized" %>
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS