.net 2.0 encrypt error
Wed, 17 Sep 2008 08:42:46 -0700
I used to have my .net 2.0 encryption of the windows console application configuration file ,app.config, work fine until my machine and my user creds were moved to a new domain.
***
I am getting the following error
+ [System.Configuration.ConfigurationErrorsException] {"An error occurred executing the configu ...
|
.net 2.0 security error
Wed, 17 Sep 2008 08:36:34 -0700
Did you resolve this? I am getting the same exact error. In my case, the error started occurring after my machine and me the user were moved to a new domain. ...
|
Could someone please explain windows security or point to a web si
Mon, 15 Sep 2008 15:51:00 -0700
I've been working on mainframes for 30+ years and therefore understand their
security which basically comes donw to " If I have a userid and password for
a mainframe system I can logon and access files that I have been given
permission to access".
This doesn't seem to be the case for Windows Security so I ...
|
Is Rijndael algorithm only supported on Windows XP or later?
Sat, 13 Sep 2008 14:39:01 -0700
At this web site
"http://msdn.microsoft.com/tr-tr/magazine/cc164054(en-us).aspx" says true but
i look this web site
"http://msdn.microsoft.com/en-us/library/system.security.cryptography.rijndaelmanaged(VS.80).aspx"
says false this question that is "Is Rijndael algorithm only supported on
Windows XP or late ...
|
Store Passwork within .NET App...?
Thu, 11 Sep 2008 08:38:12 -0700
This might be a simple question, and I'm by no means a programmer.
But, I simple wrote a program that hits an Oracle Database to allow users to
query a particualar table.
With that, I simple used system.data.oracleclient and reference a user
account/password.
My question is, is if Wrap this simple code ...
|
code access security tutorials?
Thu, 11 Sep 2008 00:23:59 -0700 (PDT)
is there any? ...
|
Shutdown Menu
Tue, 9 Sep 2008 00:21:01 -0700
Hi, we need to change the shutdown menu so if a user clicks on the shutdown
button the user only has the possibility ot Logoff or to Restart from the
macine. We are running Windows XP Pro SP3. Can anyone explain how this can be
done? I know that in Terminal Server this is possible with a Group Policy but
we ...
|
|
|
DsCrackNames always fails when CN=S-1-5-XXX-XXX
Mon, 8 Sep 2008 07:00:01 -0700
Hi all,
Currently I am writing a .Net application to manage AD users and groups. I
am using the API DsCrackNames to convert DN to canonical name but fails in
some cases.
The P/Invoke API is defined as below,
[DllImport("ntdsapi.dll", CharSet = CharSet.Auto)]
internal static extern uint DsCrackNames(
...
|
Added path to .Net exe prevents affects security.
Fri, 5 Sep 2008 12:20:20 +0100
Hello all,
I have a .Net application (2.0) installed on my network drive in a directory
x:\tmp\test
I have done the necessary nonsense to allow .Net assemblies to be executed
from a network drive.
I cd to c:\tmp\test, and
the command:-
app.exe arg
works fine (and runs app.exe from the current dir ...
|
secure method calls question
Thu, 4 Sep 2008 09:06:36 -0700 (PDT)
Hi;
This is driving me nuts, can anyone help me?
I have a "special" requirement that only certain methods from certain
classes can only be invoked from certain web apps (on our intranet).
Othwerwise, it should raise security exception.
I dont have any experience with code acces security so I started
readin ...
|