Platform SDK: IIS SDK |
The End method causes the Web server to stop processing the script and return the current result. The remaining contents of the file are not processed.
Response.End
If Response.Buffer is set to TRUE, calling Response.End flushes the buffer. If you do not want output returned to the user, you should first call Response.Clear.
<%
Response.Clear
Response.End
%>
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 |