The information in this article applies to:
SYMPTOMSPlace a Response.write command just before the ProcessNoStateWebClass call in the .asp file generated by the WebClass Designer. When you navigate to that site, you see only the Response.write output. You do not see any output from your WebClass even though the code is running. CAUSEThe information that the WebClass writes to the Response property is flushed by the call to Response.write in the .asp file. RESOLUTIONDo not change the .asp file that is created by the WebClass designer. STATUSThis behavior is by design. MORE INFORMATION
Following is a sample .asp file created by the WebClass Designer that has
been modified. Notice the Response.write "Initializing " line of code.
Sample Code
When you navigate to this site, you see only the Response.write output. You do not see any output from your WebClass even though the code is running. REFERENCES
Please see the following article here in the Microsoft Knowledge Base for
more information on WebClasses:
Q189539 : INFO: VB 6.0 Readme Part 8: WebClass Designer Issues
Keywords : kbInternet kbVBp kbVBp600 kbWebClasses |
Last Reviewed: June 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |