Hello
I am developing a website in asp.net with many no of pages.
Now my concern is that, all the pages will be on the server with full control panel access to the owner also.
Now it may be possible that owner downloads my all asp.net pages(complete site) and just copy those to another server to gain the same functionality with doing some changes.
Also it may be possible to view my code inside those .vb files, so my logic will be unlocked.
Is there any way so that i can build my whole site with all facility into a package or something like DLLs so that i just have to upload that on the server. and if somebody copies or downloads it, then they wont be able to understand the code or unlock the .aspx pages inside that?
How can i protect my code on server not allowing others(who has access to the Control panel and who can download the code) to view my files?
...
Go to the complete details ...