all groups > dotnet security > june 2006 > threads for june 22 - 28, 2006
Filter by week: 1 2 3 4 5
Deploying Framework 2.0 application to a network location
Posted by James at 6/27/2006 7:05:58 PM
Well lucky old me has managed to write the first dotnet Windows Form
application for our company. (VB.Net Framework 2.0)
After a month of coding I attempt to deploy the project to a
Windows2003 server and execute it from my local machine.
Of course it doesn't work :-)
The error:
"Reque... more >>
AzMan connection problems
Posted by bigbrorpi NO[at]SPAM gmail.com at 6/27/2006 6:56:33 AM
Hi
I have an ASP .NET 2.0 app connecting to an ADAM AzMan Store on a DC. I
tested this from my machine and it worked fine. When I moved the app to
a server, I get an error when it tries to initialize the AzManStore:
The system cannot open the device or file specified (Exception from
HRESULT: ... more >>
Certification Authority, code signing, code access
Posted by Eugene at 6/27/2006 2:59:02 AM
Hi, can I configure/program my vb.net exe/dll to trust on only a particular
Certification Authority (CA)? For example, I would create a new CA, it would
certainly those dlls that I created. Then, my exe would trust only this CA,
thus only those dlls that I created.
What I want to do is to p... more >>
Loading permission sets
Posted by John Wood at 6/26/2006 9:12:03 PM
Hi all,
Is there any way to load a System.Security.PermissionSet with all the
permissions that are defined in the runtime security policy for a specific
zone? For example I want to set up an application to simulate running in a
browser, so I want it to be set up with all the permissions def... more >>
Kerberos and forms authentication
Posted by paal.andreassen NO[at]SPAM gmail.com at 6/26/2006 1:32:48 PM
We have a multi tier application spread over multiple servers.
As pr today the clients (IE 6) have used Integrated (NTLM)
autentication against IIS running the presentation layer. Each layer is
communicating with the next layer using WSE3 web services. We are using
kerberos for delegated authent... more >>
Proxy server authentication
Posted by alanw at 6/25/2006 11:55:41 PM
I am developing a C#.NET Windows forms client-server application. The client
software needs to be able to access the server software regardless of the
proxy server configuration of the machine on which the client runs. Using the
following code, the client can access the server via any proxy serve... more >>
Programmatically Install Certificate into Windows Certificate Store
Posted by Brad at 6/23/2006 12:59:40 PM
I have a Personal Information Exchange PCKS #12 certificate file that
requires a password when manually installing. This certificate was
issued by a 3rd party company I need to communicate with via https.
Initially I exported the PCKS #12 certificate to DER encoded binary
X.509 certificate and ... more >>
At What Point Does the Security Begin?
Posted by salty at 6/23/2006 7:29:02 AM
If an ASP.NET page with the usual username and password fields is not secure
(it's called at http, not https) but posts to a page through https that does
the username/password lookups, is this process secure? Or do both pages need
to be going through https?
In other words:
http://mydoma... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
IDentifiy user acl on a folder ????
Posted by serge calderara at 6/22/2006 5:53:01 AM
Dear all,
How can I identify if the current logged in user have WRITE access on
aprticular folder ? then if it not the case force it to have it
thanks for your answer
regards
serge... more >>
Help : Access denied ???
Posted by serge calderara at 6/22/2006 2:45:02 AM
Dear all,
I have a windows application that can be use by any user. In order to check
my applciation least priviledge i nee to be sure that my applciation runs
correctly with minimum rights.
One phase of my appliction is that it store some log information in a file
whatever the user logg... more >>
|