Security Center opens but can't change settings.
Wed, 9 Apr 2008 11:34:00 -0700
When I click on Firewall under the Security Center Icon, I receive the
following message:
Windows Firewall settings cannot be displayed because the associated service
is not running. Do you want to start the Windows Firewall/Internet
Connection Sharing (ICS) service?
I click on yes and Windows Firewall ...
|
"The Local Security Authority cannot be contacted" when running as
service
Tue, 8 Apr 2008 19:51:51 -0700 (PDT)
I have client and server .Net TLS applications that work find when the
server is running as a console app. When it runs as a service I get
"The Local Security Authority cannot be contacted". I have put the
certificate in the "Computer Account:Trusted Root CA" store as well as
the "Service Account:MyService:Root ...
|
Encrypting using RSA private Key
Tue, 08 Apr 2008 13:08:12 -0700
Hi,
Is it possible to encrypt using the RSA private key and decrypt using the
public key? I am able to do the opposite but when I try to decrypt using
the private key I get a "Bad Key" Exception. Here is an example:
rsa = new RSACryptoServiceProvider();
RSAParamet ...
|
how can I find the domain name if I have the domain sid?
Mon, 7 Apr 2008 18:06:03 -0700
This domain could be in my current forest or in a foreign forst. The
DirectoryContext requires domain name but I only have the domain side. How
can I do this in .net 2, vs2005, using C# for a windows applicaiton? Thank
you.
--
Thanks. ...
|
Validate user permission
Mon, 7 Apr 2008 17:22:01 -0700
I'm working on building a web-based solution (c# + .net) to allow users to
manage AD groups that they have appropriate rights to manage. On all groups
in Active Directory, there is an advanced permission called "Write Members".
If the user (who logged in via a forms based login page) is granted that
permis ...
|
Unable to start service register
Sun, 6 Apr 2008 22:23:00 -0700
Hi,
I am facing problem in starting an application registered as a service on
Windows 2008 server.
Given below are the details steps :
Code snippet used to register a service :
// Open a connection to the service control manager on
// the local machine.
srvManager = OpenSCManager( NULL,
NULL,
SC_MA ...
|
HttpListener, SSL Certificates, Sever and client certificate auth
Thu, 3 Apr 2008 15:02:21 -0700
Can someone please tell me what I am doing wrong. I have been working on
this issue for quite some time.
I have developed a lightweight http server using HttpListener. I want to
use SSL certificates to authenticate both the server to the client and the
client to the server.
When I create a self signed ...
|
|
|
CasPol.exe fails to start and throws a security exception
Wed, 2 Apr 2008 14:57:39 -0700 (PDT)
Hi everyone,
I have an unusual issue. I'm running into security errors when
trying
to run any ..NET 1.1 programs (.NET 2.0 runs perfectly fine). In
fact, when I try to run "C:\WINNT\Microsoft.NET\v1.1.4322\CasPol.exe
-
reset -all", i get the following error:
"Unhandled Exception: System.Security.Poli ...
|
How do I locate an object using its sid in a multi-forests environ
Wed, 2 Apr 2008 14:06:02 -0700
Hi, I'm using vs2005, .net2 for a windows applicaiton. I need to bind to an
AD object (user, group or computer) and I only have its sid. This object
could locate in a domain outside of my current forest, in a multi-forests
environment.
1. How can I find the path to this object?
2. How to find the domai ...
|
modified machineKey permissions, now login.aspx fails
Wed, 2 Apr 2008 11:35:00 -0700
I am not a programmer, but server admin. Was troubleshooting
slow ssl authentication using AD Membership Provider on a .NET v2.0.50727 site
that I support. Noticed web server sits for 14 seconds after the ssl handshake
before it talks to my domain controller. Copied code to two other web servers
and could not du ...
|