Re: Sending information between 2 web services on 1 web server.
- From: bruce barker <nospam@xxxxxxxxxx>
- Date: Thu, 18 Jan 2007 09:16:59 -0800
websites run in their own appdomain so they can nt share varibles. you need to use a common shared resoure, file, databases, com+ service, webservice, remoting, ... that stores the values.
-- bruce (sqlwork.com)
cmpcrand@xxxxxxxxxxx wrote:
Hello my name is Craig..
I am wondering if it is possible to have 2 websites that are based on
the same web server and if somebody enters some information into a
textbox on 1 page and then clicks the button to send that information.
Is it possible to have that information that was sent to appear on the
second page if the other user refreshes that page.
This isn't like a response redirect or session type variable thing. I
realise that this could probably be done using a database but I was
wondering if there was another way of doing this by storing the
information on the web server like a global variable of some kind.
Thanks for your help.
- References:
- Sending information between 2 web services on 1 web server.
- From: cmpcrand
- Sending information between 2 web services on 1 web server.
- Prev by Date: Re: Pop up disappears at 800x600 resolution
- Next by Date: Re: Compare object instance to class
- Previous by thread: Sending information between 2 web services on 1 web server.
- Next by thread: Web based document editing
- Index(es):