Is it possible to create one and only WebBrowser control and keep it in Session Values and then use it when neccessary? if so, how?
I create the WebBrowser object and keep it and keep it in some Session value but whenever i try to access the object, I get "COM object that has been separated from its underlying RCW cannot be used" error.
I'm stucked.