ASP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database ASP program that works off a centralized server. Now the
client wants me to put it on laptops using SQL Server 2005 Express. I can do
this but do not know of any way to protect my AP code from being viewed and
stolen. Is there any easy or not too time consuming way to do this?
 
You are SOL with classic ASP. You could go through the
trouble of rewriting it and putting the logic COM dlls but
that would be a major pain.

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top