Re: how to protect source code of an application
- From: "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx>
- Date: Thu, 8 Jun 2006 17:45:02 -0700
In ASP.NET 2.0 you can precompile everything and deploy little more than DLL
files if that's your desire. If you're still paranoid about people
decompiling your DLLs then you can obfuscate them to make such a task very
difficult.
You can use the obfuscator that's built into ASP.NET 1.x and above, or you
could use one of these 3rd party obfuscators which generally claim to be
better:
http://www.lesser-software.com/ilobf.htm
http://www.junglecreatures.com/DesktopDefault.aspx
http://www.9rays.net/cgi-bin/components.cgi?act=1&cid=86
http://www.remotesoft.com/salamander/obfuscator.html
http://www.semdesigns.com/products/obfuscators/csharpobfuscator.html
http://www.wiseowl.com/products/products.aspx
http://www.abderaware.com/WhitePapers/Obfuscator.htm
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"melanie_23" <melaniebergeron23@xxxxxxxxxxx> wrote in message
news:1149802928.004493.39330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello!
At my company, we are in the process of deciding which programming
language to take between JSP and ASP.NET to produce dynamic web sites
for our clients. By now, all the major advantages tend to favor
ASP.NET : performance, good fit with SQL Server/Microsoft systems,
habilities of the development staff with VB.NET, ...
But there is still one point that gives me a break: I read some books
on ASP.NET in order to find something but I still have no clue. With
Java, I can write some classes(beans, servlets) and put the result in a
JSP page. All these classes will be compiled in a .class file (not a
.java file with the source), deployed on the client web server, and the
client will not be able to modify the core behaviour because they don't
have the source file (.java) and the only source files they have (.jsp)
are just HTML display.
Is there a standard in ASP.NET to write the code in a more
"object-oriented" way that won't let the client (on which the server is
installed) read and modify source code (at a certain layer because I
know you can't hide everything...)?
Thanks,
Melanie
.
- References:
- how to protect source code of an application
- From: melanie_23
- how to protect source code of an application
- Prev by Date: Re: Word Document with ASP.NET
- Next by Date: add existing web-apps .csproj
- Previous by thread: Re: how to protect source code of an application
- Next by thread: Re: how to protect source code of an application
- Index(es):
Relevant Pages
|
Loading