Sign in
Http Client Protocol Issues (and other fun stuff I support)
If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
AtlServer
Certificates
DebugDiag
HTTP Troubleshooting
HttpWebRequest
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
SOAP
Soap ToolKit
SQL
SSL
System.Net
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Archive
Archives
May 2013
(4)
April 2013
(2)
March 2013
(4)
January 2013
(1)
December 2012
(2)
November 2012
(1)
August 2012
(2)
July 2012
(1)
March 2012
(1)
December 2011
(2)
October 2011
(1)
June 2011
(1)
May 2011
(1)
April 2011
(2)
March 2011
(2)
February 2011
(1)
October 2010
(1)
September 2010
(2)
August 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(1)
March 2010
(2)
October 2009
(2)
September 2009
(5)
August 2009
(2)
July 2009
(2)
June 2009
(10)
May 2009
(4)
April 2009
(3)
March 2009
(7)
February 2009
(1)
January 2009
(2)
December 2008
(4)
November 2008
(1)
October 2008
(2)
September 2008
(2)
June 2008
(1)
April 2008
(1)
March 2008
(2)
January 2008
(2)
December 2007
(2)
November 2007
(1)
October 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(4)
April 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Http Client Protocol Issues (and other fun stuff I support)
Troubleshooting ASP.NET - The remote certificate is invalid according to the validation procedure
Posted
over 4 years ago
by
Jeff Sanders
21
Comments
This error message is caused because the process is not being able to validate the Server Certificate supplied by the Server during an HTTPS (SSL) request. The very first troubleshooting step should be to see if the server supplied certificate and every...
Http Client Protocol Issues (and other fun stuff I support)
How To: Walkthrough Using HttpListener or Http Server unmanaged code (C++) as an SSL Simple Server
Posted
over 4 years ago
by
Jeff Sanders
10
Comments
There seems to be no simple end-to-end walkthrough for creating a simple HttpListener based SSL Listener that includes how to configure the computer by generating and installing a Certificate for this listener. Basic concepts covered: Write the...
Http Client Protocol Issues (and other fun stuff I support)
Using HttpWebRequest with Credential Manager
Posted
over 4 years ago
by
Jeff Sanders
7
Comments
A little know fact is that the .NET framework will use the stored credentials in the Credential Manager when accessing a network resource if the credentials exist for that particular resource (host). I intend to clear up how this functionality works for...
Http Client Protocol Issues (and other fun stuff I support)
How to get the window handle for the Internet Explorer process you created (LCIE IE 8)
Posted
over 4 years ago
by
Jeff Sanders
2
Comments
One technique people use in accessibility applications is to kick off an application and then grab the Window handle of the process to hook it or do other processing. With loosely coupled Internet Explorer (LCIE) this is a little more difficult that simply...
Http Client Protocol Issues (and other fun stuff I support)
How to get a dump for a System.Net.WebException using DebugDiag (Debug Diagnostics)
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
This information is available in the help file as well. For more options please refer to the Help Documentation include with DebugDiag. Install the latest Debug Diagnostics from http://download.microsoft.com (search for Debug Diagnostics once on that...
Page 1 of 1 (5 items)