Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 164073 - Last Review: June 22, 2005 - Revision: 3.1
Using ASP Queries When SSL Is Enabled Gives Incomplete Results or Errors
This article was previously published under Q164073
We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:
When you do an ODBC query to a database using Active Server Pages (ASP), or
you run a large ASP file while security is enabled using Secure Sockets
Layer (SSL), you may receive incomplete results or random errors may be
generated in Internet Explorer.
This behavior is random. You may be able to run the query with all records
reported, but when you click refresh in the browser window the symptoms
mentioned in the preceding paragraph may occur.
WARNING: Using Registry Editor incorrectly can cause serious, system-wide
problems that may require you to reinstall Windows NT to correct them.
Microsoft cannot guarantee that any problems resulting from the use of
Registry Editor can be solved. Use this tool at your own risk.
- Run Registry Editor (Regedt32.exe) on the Internet Information Server
computer.
- Go to the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
W3SVC\ASP\Parameters
- On the Edit menu, click Modify to change the following entry:
Value Name: BufferingOn
Value: 1
- Exit Registry Editor. You do not need to restart the computer for the
change to take effect.
The BufferingOn flag controls whether Active Server Pages buffers output to
a browser. If the flag is on (set to 1, rather than the default value of 0)
then all output is collected before any is sent to the browser. This allows
HTTP headers to be set from anywhere within a script. The Response.Buffer
method can be used to override this default setting. Changing the
BufferingOn setting does not require you to stop and restart the Web server
for the change to take effect.
APPLIES TO
- Microsoft Internet Explorer 3.01
- Microsoft Internet Information Server 3.0
- Microsoft Active Server Pages 1.0
Retired KB Content DisclaimerThis article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate