|
-
Apr 29th, 2013, 04:15 PM
#1
Thread Starter
Frenzied Member
.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!
-
Apr 29th, 2013, 04:22 PM
#2
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.
-
Apr 29th, 2013, 04:24 PM
#3
Thread Starter
Frenzied Member
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?
-
Apr 29th, 2013, 04:27 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|