SCENARIO:
I have a very simple application that queries a database.
All my web pages are .ASP files.
I was able to successfully encode all the files.
Each file starts with the <% @LANGUAGE="VBScript"%> statement.
WHEN I RUN THE APPLICATION:
I get the following error:
"Expected Statement" line 2.
Line2 happens to be the first statement following the LANGUAGE
statement note above. So I tried removing this line of code and
re-encoding....SAME problem.
WHO HAS A "REAL" ANSWER?
I've seen posts in here talking about "VBS" and "VBE" files and
statements such as <script language="vbscript"
scr="file1.vbs">......but these make no sense to me? I saw a posting
from a Microsoft fellow that indicated that all encoded files had to
be "renamed" to "vbe" file extensions.
Well guess what? That doesn't work either. My host (localhost on a
Win2K SP4) doesn't interpret the .VBE file and instead prompts me with
a "download" dialog.
HELP:
What gives? My code is fine. The files are encoded correctly (from
what I can see). It just seems that the host can't interpret the
encoded files now.
?????????????????????