Re: Sending information between 2 web services on 1 web server.
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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.
.
Relevant Pages
- Re: large data transfer between 2 processes
... I think you have to optimize your code;-) and databases. ... I have a web server which query a mySql database. ... >> I thought to open a pipe between the current daemon and the PHP. ... > First of all you need to determine why the slowdown occurs. ... (comp.lang.php) - RE: How to monitor a hosted web server
... How do you usually monitor websites that are externally hosted? ... How SMBs that have e-commerce websites that have to be up and running all the time deal with monitoring thsoe websites? ... This email communication and any attachments may contain confidential ... Securing Apache Web Server with thawte Digital Certificate ... (Security-Basics) - Re: Severe XP Web Server Response issue - External O.K. - Internal a problem!
... The delay is not coming from the DNS lookup, something is just stalling it within the network. ... However, if I went to the office and tried to access the same website, it was as speedy as normal as still is if accessing the web/mail sites from the "outside" - it is only when I try to access the websites from my own home PCs does it become an issue. ... A better question is why you'd choose to run a web server on XP when you say ... (microsoft.public.windowsxp.general) - Re: Severe XP Web Server Response issue - External O.K. - Internal a problem!
... > wirless router/hub. ... > try to access the websites from my own home PCs does it become an issue. ... > I've turned off the firewall - no change. ... A better question is why you'd choose to run a web server on XP when you say ... (microsoft.public.windowsxp.general) - Re: Multi Site Hosting
... put it on another machine running windows web server 2003 and direct the ... > I would expect to use databases for content when i have things working ... > but i was thinking of having this on another machine running SQL MSDE ... >> to not use your SBS for web sites exposed to the internet and better to ... (microsoft.public.windows.server.sbs) |
|