Platform SDK: IIS SDK |
[IIS 5.0] [IIS 5.1] [IIS 6.0]
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.
Response.Status = [StatusDescription]
The following example sets the response status.
<% Response.Status = "401 Unauthorized" %>
Platforms: Windows 2000 with IIS 5.0 installed, Windows XP
with IIS 5.1 installed, Windows Server 2003 family with IIS 6.0
installed
What
did you think of this topic? |
Order a Platform SDK CD |