Protecting Code [RESOLVED]
hi,
i hv a question, suppose I am writing code for a website in ASP.NET. Now my website is hosted on some server. Now how can I make sure that my code does not stolen by their.
I do not want anyone to access my code how can I make sure??
The real situation is that our company is writing code for a govt organisation. Now they host all their pages on a common server nic.in. How can we make sure that people at nic do not misuse or tamper with our code??
Re: Protecting Code [RESOLVED]
Quote:
You cold code all your business logic methods within dll assemblies & just call these files from your webform codebehind pages.
I guess this is one option we can go with, I don't know we can do it for this project or not but for future we sure will.
Thanks all
Re: Protecting Code [RESOLVED]
I have to ask...
How is that any different from using code within the default dll assembly?
Just dont see how the code can be better protected than it already is :ehh: