I have a windows form application ( running on 15 desktops )that does the following...
1) Retrieve and display data ( data in XML format )
2) Communicate with windows services running on a server
3) Communication to business system through socket transactions.
I'm trying to convert this into a web based client.
What are the steps involved in doing this?
How will my architecture change?
Will this impact the windows services that it gets information from?
App is using .NET 2.0, written in C#.
Start Free Trial