Re: ASP.NET Security



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.



.



Relevant Pages

  • Re: ASP.NET Security
    ... Dominick Baier - DevelopMentor ... the CLR to turn off all security checks... ... The easiest quickest simplest solution is to not use a .dll - just ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Dot Net Security
    ... well - to replace this dll you need admin privileges. ... Dominick Baier ... Developing More Secure Microsoft ASP.NET 2.0 Applications ... I created a project from the Integration services Dll ...
    (microsoft.public.dotnet.security)
  • Re: Adding a web page to a hosted web site
    ... you have to upload the .aspx file and the .dll ... Dominick Baier - DevelopMentor ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: load .NET dll
    ... functions in the C# DLL. ... > Richard Blewett - DevelopMentor ...
    (microsoft.public.dotnet.framework)
  • Re: dynamic class loading
    ... foreach(Type t in a.GetTypes()) ... Richard Blewett - DevelopMentor ... If someone has compiled a dll for the some classes, ... available in that dll file? ...
    (microsoft.public.dotnet.languages.csharp)

Quantcast