|
Home > Archive > IIS ASP > April 2006 > Exchanging information throw different WEB Applications
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Exchanging information throw different WEB Applications
|
|
| Javier Ros 2006-04-27, 7:52 am |
| Hi,
I´m developing different web applications (each one located in a different
web site), and sometimes we need to call a web page in a different
application to retrieve some information.
We can not use the session object because the session is different for each
web application.
Is there any way to share the information throw the applications?
Thanks in advance.
| |
| Richard K Bethell 2006-04-27, 7:52 am |
| "Javier Ros" <JavierRos@discussions.microsoft.com> wrote in message
news:50C768F7-4212-421C-A970-38839FF20FC4@microsoft.com...
> Hi,
>
> I´m developing different web applications (each one located in a different
> web site), and sometimes we need to call a web page in a different
> application to retrieve some information.
>
> We can not use the session object because the session is different for
> each
> web application.
>
> Is there any way to share the information throw the applications?
>
> Thanks in advance.
Serve up a SOAP application in the site offering the data up, and consume it
in the other using the SOAP 3.0 Toolkit.
|
|
|
|
|