INFO: VBSCRIPT Must Be All Caps When You Use RESX RUN_AND_STAGE_SCRIPT LANG="VBSCRIPT" (313246)



The information in this article applies to:

  • Microsoft Content Management Server 2001

This article was previously published under Q313246

SUMMARY

When you use the RESX RUN_AND_STAGE_SCRIPT LANG="VBSCRIPT" tag in Content Management Server (CMS), you must make sure that "VBSCRIPT" is capitalized.

MORE INFORMATION

If you do not captalize "VBSCRIPT", the page is staged as an .htm file, and the code is run instead of protected.

The following is an example of incorrect capitalization:
 <!-- RESX RUN_AND_STAGE_SCRIPT LANG="VBScript" -->
				
The following is an example of correct capitalization:
<!-- RESX RUN_AND_STAGE_SCRIPT LANG="VBSCRIPT" -->
				
This is not a requirement for Resolution versions 4.0 and earlier. It is a new requirement for CMS.

REFERENCES

For more information on CMS Site Stager tags, see Chapter 10 ("Developing for MSCMS 2001 Site Stager") in the CMS 2001 Site Programmer's Guide.

Modification Type:MajorLast Reviewed:11/30/2001
Keywords:kbinfo KB313246