Custom login for Windows Authentication
Sat, 17 May 2008 04:36:01 -0700
I'm trying to build an intranet application. I've been told I have to
provide a custom login page that complies with the company standard format
(so I can NOT use the windows login pop-up.) The only problem is that on
pages that the user would access after they log in, I need to be able
impersonate the use ...
|
XAdES - CertDigest element
Sat, 17 May 2008 02:42:53 -0700 (PDT)
Hi,
I have a question about XAdES CertDigest element. Site:
http://www.w3.org/TR/XAdES/#Syntax_for_XAdES_The_SigningCertificate_element
tells:
"The element CertDigest contains the digest of one of the certificates
referenced in the sequence. It contains two elements: DigestMethod
indicates the digest algorithm ...
|
Operation not allowed by the Security Policy
Fri, 16 May 2008 10:56:40 -0700
FullTrust : Adds \\--server--\--folder--\* as a trusted share
-ag : Adds a new code group to the code group hierarchy
-d : Specifies the description for a code group to add
-m : Indicates that all options apply to the machine level policy
-n : Specifies the scripting name for a code group to add
-pp off : Disab ...
|
.NET apps not being recognized as being in the Intranet Zone.
Fri, 16 May 2008 09:18:06 -0700 (PDT)
So I had a problem recently... my .NET apps would no longer run from a
particular share, nor could I open them in VS.NET. See:
http://groups.google.com/group/microsoft.public.dotnet.security/browse_thread/thread/04fc6250dcff5484?hl=en#
So I went into Internet Explorer's "zone" area and added the domain
that th ...
|
WindowsIdentity.GetCurrent
Thu, 15 May 2008 01:01:05 -0700 (PDT)
System.Security.Principal.WindowsIdentity.GetCurrent() can give me the
current logged-on user, but I found if I'm using impersonation in the
context, it can only give me the user identity who's being
impersonated rather than the real logged user on the Windows, what if
I want the latter? ...
|
how to implement a Role-Based winapp
Sun, 11 May 2008 02:12:49 -0700 (PDT)
Hi ,
i'm developing a permission-based win application
there is one Permission for each possible Action in db & each Role has
some Permissions
and a custom authentication system is implemented for identifying
users and their roles
now,
1.i want to know what's advantages of using .Net Role-Based Security ? ...
|
IE7 / Vista - hosted UserControl fails to load (must run as admin)
Fri, 9 May 2008 13:01:57 -0700
Hi,
I'm running IE7 on Vista. When I browse to one of our Intranet pages that
hosts a .net 2 UserControl it fails to load. If I run IE as admin, it loads
and works fine.
Note - The control makes webservice calls
Could someone please advise why this is the case, I really need this to work
for regular u ...
|
|
|
Why must credentials be explictly given when user is already logge
Thu, 8 May 2008 19:53:00 -0700
I have the famous General access denied but I can't find someone in a similar
situation.
I am trying to do something very simple: let each user in the company update
his own mobile phone number on a web page. The web application has Anonymous
off and Integrated Windows authentication. It works fine retrie ...
|
Trouble running .Net Service as LocalSystem
Wed, 7 May 2008 22:05:00 -0700
I have a C++ .Net Windows Service application that is deployed at several
customer sites. The application starts, and works perfectly at all of the
sites, except one. At one site the service will not start. They are running
a Windows 2003 server. The error message is รข??Error 1053: The service did not
re ...
|
Re: Encrypt / Sign ? Not really sure
Wed, 7 May 2008 10:37:04 +0000 (UTC)
Hello Mark,
> OK, some thoughts in no particular order that may help.
>
> - One of the problems with .Net applications is that, being that
> intermediate byte-code stuff, it is inherently easy to
> reverse-engineer. There is no way to absolutely hide an encryption key
> in a .Net assembly. You can make it p ...
|