davidwoo
Posts: 53
|
| Posted: 01/28/2007, 6:25 PM |
|
Hi All,
I tried the htmlProtect, htmlGuardian. It's not working. How to protect/encrypt or hide the html code to be view/copy?
BTW, I am using ASP.
Thanks in advance.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/29/2007, 3:27 AM |
|
I don't think that is possible, maybe except some basic protection offered by those external tools that you've mentioned. If something specific is not working try contacting them for support.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Edd
Posts: 547
|
| Posted: 01/29/2007, 3:35 AM |
|
David,
You will find generic tools don't work as they expect the the HTML and ASP files to be one file. This is because the just jumble the references to make in unreadable - but in order for them to jumble the references they need them all in the page at the same time.
The only way is to move up to .Net or compile the source using an asp compiler.
See Reference http://forums.codecharge.com/posts.php?post_id=13255&s_...d=Protect+Souce
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|