Web Server

Hi,
is there any Chance to implement a web Server on WEC 2013 to give an app an user Interface ??
Prefered language is C# or VB.net, my app is written in managed code with some cpp Extension to Speed up timecritical code.

With best regards

Gerhard

Do you mean a remote user interface?
You can use the integrated web server, but this support only ISAPI extensions written in C/C++.

It optionally supports scripts in javascript or VB script, but this requires adding some components to the image and will anyway not support C# or VB.NET.
If you want a managed code solution you may have to check a 3rd party component, like padarn:
https://opennetcf.com/2007/12/14/padarn-news-code-and-sample-updates/