November 2004 - Posts

Create your own asp.net hosting server with System.Net.HttpListener
21 November 04 06:24 PM | adarshk | 3 Comments   
.Net frameworks 2.0 contain HttpListener class under System.Net namespace and a number of ASP.Net hosting classes under System.Web.Hosting namespace. HttpListener class is implemented on top of low level protocol stack http.sys, probably you also know Read More...
Configure System.Net.HttpListener to listen for SSL
10 November 04 07:02 PM | adarshk | 3 Comments   
Whidbey contains cool class HttpListener under System.Net namespace, it allows you to create your your own HttpServer on top of HttpSys. Some of you aske about steps for configuring HttpListener to work with SSL. Basically you need to configure httpsys. Read More...
Filed under: ,
HttpWebRequest.GetResponse() gives "HTTP protocol violation" error after .net frameworks service packs
08 November 04 12:44 PM | adarshk | 3 Comments   
This blog is valid for users of .Net frameworks 1.0 SP3 and .Net frameworks 1.1 SP1 The error is really because server is sending response with bad header format, which violates the http protocol specifications. These changes had been made to disallow Read More...

Search

This Blog

Syndication

Page view tracker