One Concern About .NET Application Rights

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

Guest

Hello

I see that the .NET platform is built around the idea of reusability. Is there any way to actually prevent someone from reusing one of my private assemblies? Suppose I have a commercial app

Thank you very much
Rich
 
The best way (from a security point of view) is to make your private
assembly a web service if possible.

This is also the best method from a financial point of view - as it is the
only method that ensures you will be paid for your work.

Jim Hubbard

Rich S. said:
Hello,

I see that the .NET platform is built around the idea of reusability.
Is there any way to actually prevent someone from reusing one of my private
assemblies? Suppose I have a commercial app?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top