Compile or Protect ASP Code?

B

Bill

Hey, is it possible to protect ASP code in some way? Can it be compiled, or
otherwise protect the source somehow?

Thanks,

-Bill.
 
J

Jeff Cochran

Hey, is it possible to protect ASP code in some way? Can it be compiled, or
otherwise protect the source somehow?

Wrap it into a DLL, but if you're going to that effort you may as well
go to a .NET app. Otherwise, not really.

Jeff
 
B

Bill

Wrap it into a DLL, but if you're going to that effort you may as well
go to a .NET app. Otherwise, not really.

Thanks for the reply, Jeff.

Are you saying that a .NET web app can be compiled or protected? How?

Bill.
 
E

Egbert Nierop \(MVP for IIS\)

Bill said:
...

Thanks for the reply, Jeff.

Are you saying that a .NET web app can be compiled or protected? How?

an aspx page, only exposes the HTML pages (aspx) and teh compiled code (not
simply readable by using notepad), is inside a subfolder inside a single DLL
(assembly).

If you want to 'protect' your stuff, you could use a licensing approach.
Remember, that if somebody really wants to decode your code, or hack it,
they -will- succeed. However, you are the author of intellectual property
and you are advancing features, the 'hacked version' won't be the blessed
version. In short, trust your customers a little more.
 
T

Tom Kaminski [MVP]

Bill said:
...

Thanks for the reply, Jeff.

Are you saying that a .NET web app can be compiled or protected? How?

Yes - use code behind pages for any .NET server code. When you compile the
app, all you need then are the aspx pages and the dll in the bin folder.
 
B

Bill

"Tom Kaminski [MVP]" mvps (D.O.T) org> wrote...
"Bill" wrote in message
{> > Are you saying that a .NET web app can be compiled or protected? How?
Yes - use code behind pages for any .NET server code. When you compile the
app, all you need then are the aspx pages and the dll in the bin folder.

Thanks, Tom!

-Bill.
 
B

Bullschmidt

This can help a little by removing comments and making all lines of code
start at the far left:
PCbit
http://www.pcbit.com
Advanced HTML Optimizer

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Sample

<<
Hey, is it possible to protect ASP code in some way? Can it be compiled,
or otherwise protect the source somehow?
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top