Installing the exe assembly on each and every computer just isn't an option
Thu, 3 Jul 2008 12:06:11 +0200
I think I'm going nuts! I have a perfectly fine exe assembly built with
Microsoft Visual C# 2008 Express Edition. When executed from my local hard
drive it runs as exactly as expected. However, when trying to launch it from
a network drive it just won't run. I've been googling like crazy, and
thought I had f ...
|
Tracking a Process that deletes Users/computers
Wed, 2 Jul 2008 05:09:01 -0700
Can someone lead me in the right direction on how to find out what
service/user is running a script by development that deletes users/computers
from Active Directory based on certain criteria. is there a way to lead the
user/service to the script? I set auditing on Object Access and it shows
Events logged ...
|
How can I get domain name using domain's sid?
Mon, 30 Jun 2008 15:36:00 -0700
Hi,
I'm using vs2005 and .net 2 for a windows applicaiton. Does anyone know
how I can get the domain name if all I have is the domain sid? Thank you.
--
Thanks. ...
|
Is ECDiffieHellmanCn supported on Windows XP SP2
Mon, 30 Jun 2008 11:15:01 -0700
I wrote that ECDiffieHellmanCn class (framework 3.5) is supported on Win XP
SP2:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.ecdiffiehellmancng.aspx
But i have this message when i run the code:
System.PlatformNotSupportedException.
Do i have to install something? ...
|
Problem with SslStream for data connection for FTP
Thu, 26 Jun 2008 13:03:00 -0700 (PDT)
Hello,
I'm trying do FTP over SSL and am running into a problem on the data
connection (control connection is working fine).
When logging in I first issue the AUTH TLS command on non-SSL
connection, then create a new SslStream, and use that to
AuthenticateAsClient, that works and then I issue the PBSZ 0 and ...
|
SocketPermission granularity in .config files
Wed, 25 Jun 2008 07:57:01 -0700
I'm hosting a server which will have some sites which talk to some MySQL
servers, I'd like to run in medium trust but additionally have to open up the
SocketPermission priviledge as it is needed by the MySQL connector. I
currently have this in the .config file...
<IPermission
class="SocketPermission"
v ...
|
CreateProcessAsUser and Delegation
Wed, 25 Jun 2008 05:55:04 -0700
I have a service running as 'NT AUTHORITY\SYSTEM'. This service can call an
external program. However when the external program is called it also runs
as SYSTEM. That's no good. I want it to run as a domain user that I
specify. I was able to accomplish this by calling LogonUser,
DuplicateTokenEx and Cre ...
|
|
|
Newbie Question
Tue, 24 Jun 2008 19:07:15 -0400
Where can I find the .NET Security Policy configuration tools for VS 2008?
...
|
IIdentity IPrincipal And class es
Tue, 24 Jun 2008 18:54:22 +0800
Can somebody explain me about this in detail. I m preparing for 70-536.
url:http://www.ureader.com/gp/1456-1.aspx ...
|
AD RMS installation fails to initate
Mon, 23 Jun 2008 07:58:12 -0700
Hi All
I encountered a strange error message when attempting to install AD RMS
The scenario is a Win2k3 sp 2 forest with single domain (both functional
level are win2k3 native)
The schema has be upgraded to support win2k8 servser
THe AD RMS Server is 64 bit enterprise edition.
when selecting the AD RMS rolw ...
|