Re: ASP.NET Security
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 17:11:10 +0000 (UTC)
i will answer that when i have more time, in the meanwhile you may wanna check your statements if they are really true :)
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
That's crazy to say that.
The easiest quickest simplest solution is to not use a .dll - just
compile the classes directly into each app that needs them - that
solves the .dll problem completely.
If you insist on using a .dll - 1/2 day with some thought out security
code would work fine (check loaded assemblies, use strong naming,
declartive security etc)
J
"Dominick Baier [DevelopMentor]"
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4580be6319c84c8c858e422c88800@xxxxxxxxxxxxxxxxxxxxx
There is no way you can do that. If someone has your .dll he can use
it.
I wouldn't spend too much time thinking about this.
Keep your stuff on the server, and you have control over it -
otherwise
you don't.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hi All
i have created a web application for businesses pupose, which
contains
come classes, the whole output of this application is "MyWork.dll"
in
bin
directory, so far so goood.
wot i want is to safe this ".dll" file, coz if a made any windows
or another webapplication and add its ("MyWork.dll") reference in
this new appication, i can access all classes, these classes
contains some classes which play with DB and Registry, so i want to
make this "MyWork.dll" limited to only that application to which it
belongs.
any help would be appriciateable
aSIM.
.
- Follow-Ups:
- Re: ASP.NET Security
- From: Dominick Baier [DevelopMentor]
- Re: ASP.NET Security
- From: Asim Qazi
- Re: ASP.NET Security
- References:
- Re: ASP.NET Security
- From: Joe Mamma
- Re: ASP.NET Security
- Prev by Date: Re: Forms Authentication with AD Problem
- Next by Date: iis 5.0 running as domain account
- Previous by thread: Re: ASP.NET Security
- Next by thread: Re: ASP.NET Security
- Index(es):
Relevant Pages
|