Results 1 to 4 of 4

Thread: .NET Web Server Component Needed

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Question .NET Web Server Component Needed

    Hello,

    I have been searching for a .net web http server component. I need one I can use in my app rather than a stand alone web server. And I need to be able to upload a file to it. I have only found one from WeOnlyDo dot com but doesn't handle the uploads only. Any others out there?

    Thanks!

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: .NET Web Server Component Needed

    Have you tried CassiniDev? Cassini is the development web server that comes with Visual Studio. Since it allows you to host ASP.Net web applications you should be able to do pretty much whatever you like.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Re: .NET Web Server Component Needed

    Thanks, just looked at the page. Is this just for hosting your development websites? Or is it something I can deploy with an app and use as a web server in my app?

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: .NET Web Server Component Needed

    It's available as an assembly which you can host within your own application, just like Visual Studio does.
    CassiniDev is packaged as a standalone WinForms GUI application, a console application and library assembly suitable for self hosting and in automated testing scenarios including continuous integration and as a 100% compatible drop-in replacement for the Visual Studio 2008/2010 development server.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width