Ben,
 
I am also interested in this exact question.
 
I think Dan's answer is OK, compile everything -- that basically means
doing everything as COM objects and hiding most of all the business
logic that had been in the ASP code. But there will still be the User
Interface in ASP, so how do you hide that?
 
Another solution is an ASP Obfuscator. That takes the ASP code and
mangles it so much that a person couldn't make any sense out of it,
while still being completely understandable by the server and still
being valid ASP code. This prevents your customer from being able to
understand or modify your code, or fix problems. Technically, it
wouldn't prevent them from reusing it as is.
 
Another solution, that I am employing right now, is to require the use
of a hardware or software license key. A hardware key is usually called
a dongle. If you're interested in more info about that, let me know.
 
Whatever else you find out, I'm interested.
 
Thanks.

David

-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Ben Shaffer
Sent: Tuesday, April 19, 2005 1:54 PM
To: [email protected]
Subject: [ASP] RE: Protecting ASP Code


If I develop an application in ASP and use it on a client's site, what
can I do to stop them reusing that code on another site?

Thanks,

B

[Non-text portions of this message have been removed]



---------------------------------------------------------------------

Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
Post       : [email protected]
Subscribe  : [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 



  _____  

Yahoo! Groups Links


*       To visit your group on the web, go to:
http://groups.yahoo.com/group/active-server-pages/
  

*       To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]
ibe> 
  

*       Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]



---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to