Home All Groups Group Topic Archive Search About
Author
27 May 2005 2:21 PM
Fabrice
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 ?

Author
31 May 2005 7:58 AM
ray.bradbury9
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.