Question

I want to have a Web Server as an interface for users to tweak my device. The device is being written in the .NET Micro Framework.

I can write my own Web Server in C# that serves static pages, it's not difficult. But I am looking for a Web Server that supports some type of server side technology, like ASP.NET or PHP, so that from there I could mess with my hardware settings. Is there either a commercial offering or a free one?

Thanks.

Was it helpful?

Solution

You could use the HttpServer class inside the .NET MF Toolkit at http://www.mftoolkit.net/.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top