Article ID: 191187 - Last Review: March 4, 2001 - Revision: 1.1 PRB: Do Not Modify ASP File That Is Created by the WebClass DesignerThis article was previously published under Q191187 On This PageSYMPTOMS
Place 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.
CAUSE
The information that the WebClass writes to the Response property is
flushed by the call to Response.write in the .asp file.
RESOLUTION
Do not change the .asp file that is created by the WebClass designer.
STATUS
This 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 CodeREFERENCES
Please see the following article here in the Microsoft Knowledge Base for
more information on WebClasses:
189539
(http://support.microsoft.com/kb/189539/EN-US/
)
INFO: VB 6.0 Readme Part 8: WebClass Designer Issues
| Article Translations
|
Back to the top
