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
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.
Use this property to modify the status line returned by the server.
The following example sets the response status.
<% Response.Status = "401 Unauthorized" %>
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/OBJ/introbj_20.htm, 1KB, , updated: 2008/1/15 10:17, local time: 2024/11/5 13:15,
3.15.15.217:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/OBJ/introbj_20.htm"> Status</A> |
Did you find what you needed? |