|
-
Dec 14th, 2004, 12:05 AM
#1
Thread Starter
Lively Member
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??
Last edited by Bolerophone; Dec 18th, 2004 at 12:07 AM.
Jobs: "Do u want to sell colored sugar water or change the world?"
Get Firefox Now!!!
Mendhak leaving town. 
-
Dec 14th, 2004, 02:43 AM
#2
Fanatic Member
Re: Protecting Code
get your own server would be the securest way
-
Dec 14th, 2004, 03:46 AM
#3
Hyperactive Member
Re: Protecting Code
For starters, are you talking about the code (the .aspx.vb files) or the dll itself?
If the former then you don't need to upload them to a production server....
-
Dec 17th, 2004, 07:17 AM
#4
Thread Starter
Lively Member
Re: Protecting Code
If the former then you don't need to upload them to a production server....
then what would be the place to post my code then???? I guess gettting my own server is the only option.
Jobs: "Do u want to sell colored sugar water or change the world?"
Get Firefox Now!!!
Mendhak leaving town. 
-
Dec 17th, 2004, 07:22 AM
#5
Re: Protecting Code
You cold code all your business logic methods within dll assemblies & just call these files from your webform codebehind pages.
If you're really paranoid, you can then use a program like Dotfuscator to protect people from disassembling your dll's and looking at the underlying code too.
-
Dec 17th, 2004, 07:29 AM
#6
Hyperactive Member
Re: Protecting Code
When you talk about source, or code. I think .VB files, modules, classes etc.
When you compile an asp.net site, you get a resulting DLL and a bunch of ASPX files. Thats all that is required on the server (plus web.config) and should not exposed to prying eyes. You should not be uploading code to the site.
Also, getting your own server isn't the cheapest option (as I just discovered) but if you are paranoid about another sharer on your server, stealing and decompiling your DLL then...... I dunno just get own server.
-
Dec 18th, 2004, 12:07 AM
#7
Thread Starter
Lively Member
Re: Protecting Code [RESOLVED]
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
Jobs: "Do u want to sell colored sugar water or change the world?"
Get Firefox Now!!!
Mendhak leaving town. 
-
Dec 21st, 2004, 12:36 PM
#8
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|