using SCRENC on asp pages

G

Gerry

I ran some asp pages through SCRENC. All the stuff
between the <% ..%> tags was encoded, although the
vbscript subroutines between <script -- </script> were
not despite the presence of the '**Start Encode**
command.
When I view source on the web, nothing is encoded.

What am I doing wrong?
 
G

Gerry

This looks promising. However, my pages actually work,
give no scripting errors, but have everything that should
have been encoded in clear text.

Thanks for the reference. It will take me some time to
work through the suggestions.
 
Top