Article ID: 245000 - Last Review: June 24, 2004 - Revision: 3.1

PRB: Do Not Save ASP Files in UNICODE Format

This article was previously published under Q245000

On This Page

Expand all | Collapse all

SYMPTOMS

Executing Active Server Pages (ASP) saved as UNICODE format produces the following error:
Active Server Pages, ASP 0239 (0x80004005)
Cannot process file
UNICODE ASP files are not supported.

CAUSE

The ASP compiler cannot parse ASP files that are saved in UNICODE.

RESOLUTION

Use the default Encoding type (ANSI) to avoid this problem

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open Notepad.
  2. Copy the following code:
    <%
    	response.write "hello world..."
    %>
    					
  3. From the File menu, select Save As. Copy this file to one of your virtual directories.
  4. Name the file, and select "Encoding" as "UNICODE".
  5. Test your ASP.

APPLIES TO
  • Microsoft Active Server Pages 4.0
  • Microsoft Internet Information Services 5.0
Keywords: 
kberrmsg kbprb KB245000
 

Article Translations

 

Related Support Centers