0

I have an application developed using Asp.Net Webmatrix and want to publish source code into client server but protect my source code from being hampered or used.......Is there a way to convert my source code to dll files or somehow hide it. Is there a way around this?

Ifeanyi Chukwu
  • 3,187
  • 3
  • 28
  • 32
  • How are you publishing to the server? In visual studio when you publish, all .cs files are compiled into a dll and used on the server. ( The .cs files don't go with it as long as these files are set to compile) – Hillboy Oct 21 '14 at 16:52
  • 1
    If you don't trust your server, you shouldn't use it at all. – SLaks Oct 21 '14 at 16:53
  • 1
    http://stackoverflow.com/questions/805461/how-to-protect-dlls – Hillboy Oct 21 '14 at 16:57
  • You can't compile your cshtml or vbhtml files. You would need to convert to web forms or MVC if you need to protect your source code. @Slaks, it may not be about trusting your own server, it could be that you you need to provide a website to a client but don't want to provide source code. – johna Nov 06 '14 at 03:05
  • @John: The client can still decompile it. – SLaks Nov 06 '14 at 03:40

0 Answers0