Protecting DLLs in the /bin directory
Next message: Shel Blauman [MSFT]: "Re: How to connect an assembly to a particular code group."
Date: Fri, 24 Oct 2003 07:37:15 -0700
Was curious to know if anyone had and suggestions/solution
to further protect .dll files in the web root's /bin
directory from prying eyes. Also, is there a way to
prevent certain machine users from accessing DLLs (ie
restricting DLL access to specific users) within .NET code
that they have the ability to write on the server.
To put it more simply I am the admin and programmer on the
server that also have a few users that I don't trust a
whole lot. So, I want to restrict their access to my DLLs
but allow them to create their own.
One more thing: is there a way to change the location of
your compiled DLLs (ie change the location of the \bin
directory)?
Thanks in advance for any help you can offer,
Ed G
Next message: Shel Blauman [MSFT]: "Re: How to connect an assembly to a particular code group."
Relevant Pages
- Re: ASP.NET, source safe and promotion levels
... We can then deploy the needed single DLLs without ... There might be more than one set of changes ) that had a label of "test" at any given time. ... > process would take the "stage" files and build the system to go to the> staging server. ... This is because you would need to be able to promote the solution and> project files and these would be in contention and might have changes that> did not need to be promoted with your change set. ... (microsoft.public.dotnet.framework.aspnet) - Re: Index was outside the bonds of the array on framework 2.0 + + Win2003 + Xeon based system
... Not sure if it helps but the Server with "dual" Xeon processors started ... Also if you're using multiple DLLs they may not be re-entrant and access may ... I wasn't able to simulate this exception on my desktop system with the ... (microsoft.public.dotnet.languages.csharp) - vb6 com+ out of memory issue
... ActiveX dlls and Windows forms deployed on a client tier and activeX ... dlls hosted in COM+ on remote server machines, ... (microsoft.public.vb.general.discussion) - vb6 COM+ out of memory client server issue
... ActiveX dlls and Windows forms deployed on a client tier and activeX ... dlls hosted in COM+ on remote server machines, ... (microsoft.public.vb.bugs) - Re: How to Deploy MFC only based application?
... MFC Extension DLLs if you do static linking. ... Why is running an install package is more complex than a simple copy? ... it to some server configuration. ... (microsoft.public.vc.mfc) |
|