.NET and ASP

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

hi,

I have to call a .NET program from an .ASP page.

Any idea ?

Thanks in advance.

Andrea Adami
 
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.

I hope this describe better the case.
 
You could make a very simple COM object that wraps CreateProcess, which you
could then use to launch any app on the device.
 
Back
Top