views:

45

answers:

3

I am creating a remote test runner for Gallio. My plan is to create an HTTP Web Service server. I am comfortable creating the server myself, but I would prefer to use an existing HTTP server. Does anyone know of an HTTP server that is appropriate for building a web service server. It would be ideal if it is open source.

Pat O

A: 

You could probably port Cassini to CF pretty easily.

nitzmahone
I may take a look at this if I am not able to find a solution. I did a quick compile and there would be a fair amount of work. The System.Web.Hosting namespace does not exist for CF 2.0. All the types used from that namespace would need to be written. Still that is less work than starting from scratch :-).
Pat O
A: 

I'm using RemObjects Internet Pack for .NET (and CF .NET). It's free and source code is included.

It contains a simple but working HTTP Server class. The webservices part you will have to code yourself.

mliesen
A: 

If spending a lot of money is an option, checkout "Padarn" at http://www.opennetcf.com. It is supposed to give you a small footprint ASP.NET on your CE device.

mliesen