J
Jay Chan
Why session variables in a C#-app cannot be available to a web-based-
VB-app when I run the applications in a debugger?
We have a VB-application that was originally written as a ASP intranet
application. Later on, someone re-wrote it to run it as a desktop
application in order to speed up its performance -- but it is still
running as a ASP. And then it was integrated with a larger application
that is in C#. The C# application calls up the VB-application through
a WebBrowser.Navigate() function call. They both work fine in
production environment. Unfortunately, when I run them in Visual
Studio debugger, I find that session variables that C# application has
prepared are not available in the VB application.
Please note that I was not the one who developed these applications.
They have long gone. And I am not familiar with the ASP-thing.
Please help.
Thanks in advance for any help.
Jay Chan
VB-app when I run the applications in a debugger?
We have a VB-application that was originally written as a ASP intranet
application. Later on, someone re-wrote it to run it as a desktop
application in order to speed up its performance -- but it is still
running as a ASP. And then it was integrated with a larger application
that is in C#. The C# application calls up the VB-application through
a WebBrowser.Navigate() function call. They both work fine in
production environment. Unfortunately, when I run them in Visual
Studio debugger, I find that session variables that C# application has
prepared are not available in the VB application.
Please note that I was not the one who developed these applications.
They have long gone. And I am not familiar with the ASP-thing.
Please help.
Thanks in advance for any help.
Jay Chan