Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > dotnet security > may 2005 >

dotnet security : Protect source


Fabrice
5/27/2005 12:00:00 AM
hello

I'm creating an internet application in vb.net to. Whithout Visual studio
and with the Framework 1.1
I have a lot of file, .aspx, .aspx.vb, .ascx...

What is the best way to protect the source and to crypt them ?
I don't know how to do that ? Do you hnow diffrents turoials ?

Compilation is a good idea ? How can i use it ?

ray.bradbury9 NO[at]SPAM gmail.com
5/31/2005 12:58:12 AM
Compile the app and do not distribute the source code. The following
files are not neccesary (.aspx.vb, .resx, .ascx.vb .pdb, .vbproj,
..vbproj.user, .sln, .suo)
Use a obfuscator (there are some of them, but have not tested any) on
the .dll files.
AddThis Social Bookmark Button