Re: sslstream and certificates

From: Jakob Nielsen (a_at_b.c)
Date: 05/27/05


Date: Fri, 27 May 2005 22:17:09 +0200


> Actually, I think for what you are doing, it probably makes sense. You
> would need to be using IIS to host ASP.NET which it doesn't sound like you
> want to do.

Nah, that would not really be an option.

> I believe there is another model though that might be easier than using
> raw TCP. In .NET 2.0, I believe there is a new HttpListener class that
> interfaces directly with HTTP.SYS. This only works on Win2K3 and XP SP2
> so far (as they are the only ones with the required driver), but it might
> give you a higher level of abstraction.

That certainly sounds interesting. I enjoy reinventing the wheel as much as
the next guy, but for the final product it is nice to have less of your own
code to debug :-)
Thanks for the tip..... hm.. is a tip in english the money you pay at
restaurants and so on, or are they allså pointers as in danish? Hmm...oh
well.. thanks anyway :-)



Relevant Pages

  • experiment supports concept of using host header names as securit y layer
    ... ISAPI filters can't evaluate a request until a virtual site has been ... selected and its set of running ISAPI filters has become known to the IIS ... As a quick experiment in using a host header name as a security device, ...
    (Focus-Microsoft)
  • Re: how to configure host headers for 3 IIS machines ?
    ... If you only have one public IP, this will not work with IIS only. ... Host multiple websites on one machine, and distinguish them with a host ... Using host headers, without including the external IP and another port is ... > Im looking to run three IIS machines on the same public IP. ...
    (microsoft.public.inetserver.iis)
  • Re: Cannot connect to Win. Auth site with IP address in URL
    ... Internet Explorer can not display the webpage is a generic error message. ... If it still says the same thing then there is no response from IIS. ... httperr.log file on IIS server to see if http.sys is dropping the request for some reason (e.g. bad host name) ...
    (microsoft.public.inetserver.iis.security)
  • Re: how to configure host headers for 3 IIS machines ?
    ... The CS-Host field is sent by the client. ... If the server is configured with host headers only, ... Kristofer Gafvert - IIS MVP ...
    (microsoft.public.inetserver.iis)
  • Re: non-asp.net web services
    ... If you do not want to host your service in IIS, As Robert has suggested, ... ..NET 2.0 + Indigo supports hosting WebServices in custon ASP.NET process. ... I want to use remoting to listen for inbound xml ...
    (microsoft.public.dotnet.framework.webservices)