I want to have a web server as an interface for users to configure my device. The device is recorded in the .NET Micro Framework.
I can write my own web server in C # that serves static pages, it is not difficult. But I'm looking for a web server that supports some types of server technologies, such as ASP.NET or PHP, so from there I could ruin my hardware settings. Is there a commercial offer or free?
Thanks.
source
share