Embedding .net remoting program in WEB
Posted
by flufferok
on Stack Overflow
See other posts from Stack Overflow
or by flufferok
Published on 2009-06-14T11:31:28Z
Indexed on
2010/03/25
15:03 UTC
Read the original article
Hit count: 379
So, here is a deal. I have client-server application(dotNet remoting). Client side has few trackbars, checkboxes, buttons and picturebox. Server is a console application and does only calculation from client. Client's picturebox make some visualisation of calculation in picturebox. All calulations and relative classes are in dll file.
Now I have to embed client application in web site. All kind of technologies are accepted, but I want to minimize forces applied to embedding. So, what is the best way to do embedding?
© Stack Overflow or respective owner