Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys,
I need to to put one project on my client's server. how can i make the
project work without putting the codebehind files on his server. I need to
prevent access to my code.

Just need to put aspx, images and some dll files.

Please let me know how can i do it.

Thanks

Manny
 
Hi Guys,
I need to to put one project on my client's server. how can i make the
project work without putting the codebehind files on his server. I
need to prevent access to my code.

Just need to put aspx, images and some dll files.


Are you using VS.NET?

VS.NET generates a DLL - just upload that to the server.

But be aware, .NET is pretty easy to decompile... you might want to get an
obfuscator if your code is sensitive.
 
Back
Top