Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Care, Share and Grow!
Troubleshooting tips for IIS, ASP, ASP.Net, SSL and some random thoughts
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.Net
ASP.Net
Authentication
Basic Authentication
Browser
Case Study
Certificate
Client Certificate
Code Sample
Forms Authentication
FTP
Globalization
Host headers
IE
IIS
IIS 7.0
Kerberos
Microsoft Support
MS Office
Personal
Programming
reference
service startup
Setspn
Setup
SSL
Tools
Troubleshooting
TS Gateway
Virtual Server
Visual Studio
VS 2005
WebDAV
Windows Server 2008
News
Disclaimer:
These postings are provided "AS IS" with no warranties, and confers no rights.
Archives
November 2009 (1)
October 2009 (1)
September 2009 (1)
August 2009 (1)
July 2009 (1)
June 2009 (1)
April 2009 (3)
March 2009 (3)
February 2009 (1)
January 2009 (2)
December 2008 (1)
November 2008 (2)
October 2008 (1)
August 2008 (2)
July 2008 (1)
June 2008 (1)
May 2008 (2)
April 2008 (3)
March 2008 (1)
February 2008 (1)
January 2008 (2)
December 2007 (2)
November 2007 (5)
October 2007 (1)
September 2007 (1)
August 2007 (5)
July 2007 (3)
June 2007 (1)
May 2007 (1)
April 2007 (4)
January 2007 (1)
Browse by Tags
All Tags
»
Client Certificate
(RSS)
ASP.Net
Authentication
Code Sample
IIS
Programming
Setup
SSL
Tools
Troubleshooting
Windows Server 2008
Friday, July 03, 2009 2:08 AM
Required permissions when calling a Web service using client certificate for authentication in an ASP.NET Web application
A Web service requiring Client certificate authentication is a common scenario. You may have a client application which needs to send the Client certificate as part of the web request for accessing the web service. This client application may be a Windows/Console
Posted by
Saurabh Singh
|
7 Comments
Filed under:
ASP.Net
,
IIS
,
Client Certificate
,
Tools
,
Troubleshooting
,
Setup
,
Windows Server 2008
Saturday, June 13, 2009 1:05 AM
Avoid this confusion around Client certificate mapping in IIS 6.0/7.0
I just wanted to add this quick post around Client certificate Mapping on IIS. This is focused on 1-to-1/Many-to-1 mapping in IIS 6.0/7.0. If you are interested to know more about configuring Client certificate mapping in IIS 6.0 please check this post
Posted by
Saurabh Singh
|
0 Comments
Filed under:
IIS
,
Client Certificate
,
Authentication
,
Troubleshooting
Saturday, April 11, 2009 1:04 AM
Automate client certificate one-to-one mapping in IIS 6.0 using C#
In PSS, we occasionally get requests from our customers wherein they want to automatically add entries for client certificate mapping in IIS or Active Directory (AD). That is either a 1-to-1, Many-to-1 or AD mapping for the client certificate authentication
Posted by
Saurabh Singh
|
18 Comments
Filed under:
ASP.Net
,
IIS
,
Client Certificate
,
Programming
,
Code Sample
,
Tools
Attachment(s):
Code.zip
Thursday, April 03, 2008 12:10 AM
Unable to access IIsCertMapper object through ADSI
Today, I was working on an issue where we were trying to add mapping for client certificate for a windows account using ADSI and VBScript. Something similar as below: <% Dim CertObj, vCert vCert = Request.ClientCertificate("CERTIFICATE") Set CertObj
Posted by
Saurabh Singh
|
7 Comments
Filed under:
IIS
,
Client Certificate
,
Troubleshooting
Friday, December 07, 2007 9:36 PM
Certificate Trust List not being honored by IIS 5.0/6.0/7.0?
Something one should be aware of if one is dealing with Client certificate and assuming Certificate Trust List (CTL) will limit the list of Trusted Certificate Authorities (CA's) being sent to the client during the initial SSL handshake. In IIS 5.0 Post
Posted by
Saurabh Singh
|
7 Comments
Filed under:
IIS
,
Client Certificate
,
SSL
Saturday, June 09, 2007 5:18 PM
Client Certificate revisited....How to troubleshoot client certificate related issues
Well, I am back to Client certificate again, guess the reason being a lot of support calls that we getting off late are related to any of the following four errors, especially the first two. 403.7 403.13 403.16 403.17 ( I will cover .16 and .17 very briefly
Posted by
Saurabh Singh
|
20 Comments
Filed under:
IIS
,
Client Certificate
,
Authentication
,
SSL
,
Troubleshooting
Saturday, April 14, 2007 12:01 PM
How to setup IIS and AD for Client certificate authentication
Hi All, This post talks about how Client certificates are configured on websites. I have seen a lot of incidents where people get into issues with client certificate in particular, although server (website) certificates can give a scare at times. Here
Posted by
Saurabh Singh
|
15 Comments
Filed under:
IIS
,
Client Certificate
,
Setup