List of user's digital certificates
Thu, 12 Jun 2008 02:08:21 -0700 (PDT)
Hi,
I'm writing an ASP.NET 2.0 application. Users can login using
certificates issued by several cert. authorities. My problem is to
provide user a possibility to change certificate which he use to
login. So, i would like to have a page where he can choose some other
certificate from list of his certificates, ...
|
Exclude Error Status 403 from customErrors Redirect
Tue, 10 Jun 2008 14:30:56 +0100
Hi there,
I've got a site that has custom errors with the web.config looking like
this:
<customErrors mode="RemoteOnly" defaultRedirect="/CustomErrorPage.aspx">
<error statusCode="404" redirect="/404.aspx"/>
</customErrors>
Is there a way of excluding 403 errors from being redirected?
Something t ...
|
Some or all identity references could not be translated.
Thu, 5 Jun 2008 22:24:13 +0200
Hi,
what I try to do:
create user/group in AD(works fine).
set permissions on folder for created user/group(problems)
If I try that I get the following error:
System.Security.Principal.IdentityNotMappedException: Some or all identity
references could not be translated.
at
System.Security.Princip ...
|
2 connection strings, one SQL one network MDB
Wed, 4 Jun 2008 18:05:02 -0700
I have a website in which I connect to a SQL SERVER via SQL username and
password
I added another connection string in hopes of connecting to a Networked MDB
to get updates to the SQL Server.
This 2nd connection string has a generic username and password, provided to
me by the System administrator.
Wh ...
|
system.security.accesscontrol question
Wed, 4 Jun 2008 15:56:49 +0200
Hi,
how to clear DACL from folder/file?
I want to achive next:
I want to clear DACL and add ACEs to ACL and 'stop inheritance'(this work).
But when I do that "Everyone" ACEs are added to ACL so I need to remove
"Everyone" ACE from ACL.
I now do next but is there maybe some better way?
To remove 'Ev ...
|
WinHttpCertCfg multiple certificate issue - help!
Tue, 3 Jun 2008 16:13:01 -0700
I'm trying to use WinHttpCertCfg.exe -g -c LOCAL_MACHINE\MY -s "Issue To
Name" -a "NetworkService" to set permissions on a certificate on my server.
However, I have 2 certificates with the same "Issue to Name" (one that
expires in a couple weeks and the other is a newer version). I can't remove
the old one b ...
|
Get full-qualified user-domain in asp.net
Mon, 2 Jun 2008 09:12:08 +0200
Hi!
I'm currently developing an ASP.NET application which uses Windows
Integrated Security to display different data depending on the Windows User
how requests the page.
So far so good but i also need to get the full qualified name of the user
domain visiting the page to make my app work properly.
I'm ...
|
|
|
Propagate Identity to WebService
Thu, 29 May 2008 19:15:49 -0700 (PDT)
Hi,
I have an intranet website using Windows Authentication with
impersonation.
The website calls a webservice which check accessibility using
User.Identity.Name
How do I pass the user identity from the website to the webService?
Thanks,
Homa Wong ...
|
'System.Web.Security.MembershipUser.MembershipUser()' is inaccessible
due to its protection level
Mon, 26 May 2008 17:52:21 -0700 (PDT)
I'm trying to make a customer MembershipProvider. While overrideing
the CreateUser(...) method, I get the following compiler error that
doesn't make any sense to me:
'System.Web.Security.MembershipUser.MembershipUser()' is inaccessible
due to its protection level
Here's the relavent code:
public overrid ...
|
Debugging Security Logic
Fri, 23 May 2008 18:50:14 -0400
When debugging (VStudio 2005), is there a way to switch between
"Integrated Windows Security" and Anonymous access? I'm trying to debug
logic tied to both of these modes, but the debugger always seems to
behave in a "Integrated Windows Security" mode..
Thanks. ...
|