How to block/stop decompile Manage codes?
-
Hi, we have developed asp.net 2.0 ,C# Application and ready to upload. before that, we need to stop decompiling manage dlls in our porject. How can we do it? please help. Thanks in advance.....
-
Hi, we have developed asp.net 2.0 ,C# Application and ready to upload. before that, we need to stop decompiling manage dlls in our porject. How can we do it? please help. Thanks in advance.....
Well, the source code is on your server, so how will people decompile it ? If you're giving people the code to deploy, for example, if you sell a web based bug tracker, then the short answer is you can't, and the long answer is you can obsfucate the code, but not stop people decompiling it. Not without buying expensive native compilers.
Christian Graus Driven to the arms of OSX by Vista.
-
Well, the source code is on your server, so how will people decompile it ? If you're giving people the code to deploy, for example, if you sell a web based bug tracker, then the short answer is you can't, and the long answer is you can obsfucate the code, but not stop people decompiling it. Not without buying expensive native compilers.
Christian Graus Driven to the arms of OSX by Vista.
And the very short answer is "Do you really think that you've done something new and innovative that you need to protect?". 99% of the time nobody is interested in your source...
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Alpha release: Entanglar: Transparant multiplayer framework for .Net games. -
And the very short answer is "Do you really think that you've done something new and innovative that you need to protect?". 99% of the time nobody is interested in your source...
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Alpha release: Entanglar: Transparant multiplayer framework for .Net games.So true...
Christian Graus Driven to the arms of OSX by Vista.