You could get around the HTML side of things by using XSL stylesheets to
generate the HTML... Then encrypt the XSL file and decrypt it within one
of your COM objects. That way HTML changes don't require a recompile or
redeployment.

However, IMHO, that's overkill. Lol.

Dan

-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian Forbes
- ITD
Sent: 20 April 2005 10:49
To: [email protected]
Subject: RE: [ASP] RE: Protecting ASP Code


> But there will still be the User Interface in ASP, so how do you hide
that?

If you mean the HTML you can generate that from inside your COM objects
by hooking into the Response object.

The problem with COM objects is that it is a deployment and maintenance
nightmare, more so if you generate your HTML from them as well.  Any
change whatsoever needs a re-compile and deploy.  Any changes in
interface need re-registration and all dependent objects redeployed too.


The contents of this email and any attachments are sent for the personal
attention of the addressee(s) only and may be confidential.  If you are
not the intended addressee, any use, disclosure or copying of this email
and any attachments is unauthorised - please notify the sender by return
and delete the message.  Any representations or commitments expressed in
this email are subject to contract. 
 
ntl Group Limited



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

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



 





---------------------------------------------------------------------    
 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