Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Want to secure Code as its on Intranet

0 views
Skip to first unread message

news.microsoft.com

unread,
May 9, 2002, 10:10:19 AM5/9/02
to
i want to secure my code as we are developing it for other company. its on
company's intranet.
how can i do it
can some one help


Victor Garcia Aprea

unread,
May 9, 2002, 11:08:14 AM5/9/02
to
Hi,

If they will have access to the DLL, I think the best you can do is to
obfuscate it, but its a far from perfect solution.
Do a quick search on google on "obfuscators".

-Victor.

--
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.


"news.microsoft.com" <moid...@hotmail.com> wrote in message
news:emaz0p19BHA.1916@tkmsftngp04...

Ferruh Unlu

unread,
May 9, 2002, 1:45:49 PM5/9/02
to
If you mean developing password protected website, then you need to
define the type of your authentication in web.config file. This could
be windows or forms or even passport authentication. On the other
hand, if you mean by this not anybody see your code, then you need to
use code behind and then compile your solution and then put the dll
into bin directory along with aspx pages, which includes only html
part in the directory, and no one else sees your code since you are
not putting your code in aspx pages.


Ferruh

"news.microsoft.com" <moid...@hotmail.com> wrote in message news:<emaz0p19BHA.1916@tkmsftngp04>...

0 new messages