Sorry ...
What i would like is create a web page on the windows ce .NET 4.2 device
that call a .net program in the same device (for example to comunicate with
the serial port...)
The only way to call a program from an .asp page is to use the CreateObject
but with the .net cf i cannot create a com object.
So i was looking for a way to call a .net program from an .asp page.