Hi,
I tried to encrypt my 70K-long ASP code. It's pure ASP, beginning with <% and ending with %> No HTML or anything. When I encrypt and upload it, web server gives "Page Command Out Of Order" error at the first line. "@ commands must be at the first line" it says. First line is this:
<%@ LANGUAGE = VBScript.Encode %>
On the other hand, I created a quick test code with response.write and encrypted it. The very first line is exactly same as the one above. But it worked. If I encrypt without adding the line above it won't work at all.
What might be the problem you think?
I tried to encrypt my 70K-long ASP code. It's pure ASP, beginning with <% and ending with %> No HTML or anything. When I encrypt and upload it, web server gives "Page Command Out Of Order" error at the first line. "@ commands must be at the first line" it says. First line is this:
<%@ LANGUAGE = VBScript.Encode %>
On the other hand, I created a quick test code with response.write and encrypted it. The very first line is exactly same as the one above. But it worked. If I encrypt without adding the line above it won't work at all.
What might be the problem you think?