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
ATL Controls
AtlServer
Certificates
DebugDiag
HTTP Troubleshooting
HttpWebRequest
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
SOAP
Soap ToolKit
SSL
System.Net
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Archive
Archives
May 2013
(3)
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)
Create a script for DebugDiag to analyze Managed WebExceptions
Posted
over 5 years ago
by
Jeff Sanders
0
Comments
DebugDiag was originally designed to help IIS engineers find issues in IIS. It does not have a very rich experience however when analyzing Managed Exceptions. I will show you how to modify some existing scripts and use then to analyze issues with the...
Http Client Protocol Issues (and other fun stuff I support)
How To: Modify injected (attributed) code in an ATL control that is crashing
Posted
over 5 years ago
by
Jeff Sanders
0
Comments
(ATL Control Visual Studio 2003 Crashes long value) I found a problem in the injected code from Visual Studio 2003 for an ATL control that had a property that was a long (VT_I4) value. You could reliably crash the control if you put it into an html page...
Http Client Protocol Issues (and other fun stuff I support)
Using .NET HttpWebRequest class with SiteMinder you get a 403 or 401 error
Posted
over 5 years ago
by
Jeff Sanders
0
Comments
Download Fiddler from http://fiddlertool.com and run this for an Internet Explorer browser session that successfully connects. Then hit the same site with your .NET 2.0 client application and make sure you set the credentials in your code as well...
Http Client Protocol Issues (and other fun stuff I support)
The underlying connection was closed: An unexpected error occurred on a receive.
Posted
over 5 years ago
by
Jeff Sanders
0
Comments
This article is a great help http://support.microsoft.com/kb/915599 however, there is another potential cause. If the target server resets the connection without replying with an HTTP status (for example 200 OK) you can also get this error. Solution,...
Page 1 of 1 (4 items)