Incorrect Staged Output Because of Missing Space Between the ASP Delimiter and the Script (302185)



The information in this article applies to:

  • Microsoft Content Management Server 2001
  • NCompass Resolution 4.0

This article was previously published under Q302185

SYMPTOMS

If you write ASP code and do not insert at least one space between the delimiters and the script, you may get incorrect staged output.

The effects of not inserting spaces can include the following:
  • Wrong extension being applied to the staged file.
  • Unexecuted CMS 2001 server-side script being left in the staged file.

RESOLUTION

Insert at least one space between the delimiters and the script. For example, the following code is incorrect because it has no space:

<%Response.Write "xyz"%>

Change the code so that it looks as follows:

<% Response.Write "xyz" %>


Modification Type:MajorLast Reviewed:11/3/2003
Keywords:kbprb KB302185