Link to home
Start Free TrialLog in
Avatar of ASPDEV
ASPDEV

asked on

WCF Service in .NET 3.5

Hello Experts,

I'm a newbie with WCF Service in .NET, but want to implement a Business requirement.Currently, we have a Windows Desktop Application written in C#2.0 , which deals with Read/Write data over Serial Port from a device.

I want this to implement thru ASP.NET, I mean here a Webform, with buttons read and write. When Read is clicked, it should invoke the Methods in Win application and results show in Web Application Text box.Same with Write, on Invoke write all the objects to the device via Win App.

How can I don this, any logic will be greatly appreciated.

Thanks,
ASPDEV
ASKER CERTIFIED SOLUTION
Avatar of Darren
Darren
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ASPDEV
ASPDEV

ASKER

Thanks.