Hi Marc,
I am hosting a web application inside of a windows host.
I need to somehow send a custom object which i have built containing
properties methods etc. into it. Then from within the web application i will
make changes to my object properties. I then want to be able to access that
object again from the windows host.
Is there a way of performing this sort of functionality using the WebBrowser
control?
I have been checking out the following article on CodeProject:
http://www.codeproject.com/csharp/wi...select=1086020 which sort of gets at the sort of thing i need to do.
The thing is, i really need to be to move an object from the Windows host,
to the web child then back to the windows host again. The reasoning behind
this is that the host will then need to load other web apps into which the
same object will get passed into. There is an object which i need passed into
a sequence of web applications, and all this needs to be controlled by a
windows host.