.NET embeddable web server ???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • USCode

    #1

    .NET embeddable web server ???

    Anyone care to recommend a .NET web server that I can embed in my VB.NET
    application?
    Requirements:
    - Must be start/stoppable from the application
    - Must support HTTPS
    - Doesn't require "installati on", maybe even just a DLL or exe that I
    can distribute with my application
    Thanks!
  • Vic Ceccato

    #2
    Re: .NET embeddable web server ???

    What a perfect solution for a happy little enthusiast like me :-)
    Does it (asp) come with a plastic bucket and spade ?

    Thanks!


    "USCode" <dont@spamon.me wrote in message
    news:uYKdndi2SJ FhbjranZ2dnUVZ_ szinZ2d@comcast .com...
    Anyone care to recommend a .NET web server that I can embed in my VB.NET
    application?
    Requirements:
    - Must be start/stoppable from the application
    - Must support HTTPS
    - Doesn't require "installati on", maybe even just a DLL or exe that I can
    distribute with my application
    Thanks!

    Comment

    • Tom Shelton

      #3
      Re: .NET embeddable web server ???

      On 2008-02-05, USCode <dont@spamon.me wrote:
      Anyone care to recommend a .NET web server that I can embed in my VB.NET
      application?
      Requirements:
      - Must be start/stoppable from the application
      - Must support HTTPS
      - Doesn't require "installati on", maybe even just a DLL or exe that I
      can distribute with my application
      Thanks!
      What features should the web server support? Are you looking for
      something to be a runtime host that can support asp.net - or is it
      mostly static content (html, images, etc)?

      Honestly, a webserver is not that difficult to write. Just grap the RFC
      and go. And yes, I have written one before - hmmm... an embedable web
      server - that's a good idea :)

      --
      Tom Shelton

      Comment

      Working...