jenn5175
08-06-2002, 10:25 AM
Okay, not sure how to accomplish what I need. Basically, I have 2 servers - A and B and a workstation C.
(1) Server B must fill out a setup form (an ASP page sitting on A)
(2) Server B then has an ID associated with it telling us which city it is in
(3) Workstation C then must fill out a setup form (an ASP page sitting on B) - heres the catch, it needs to know the ID from B. How?
I tried using Application variables but since setup1 and setup2 are sitting on seperate servers that didn't work. I tried setting a cookie on Server B in the setup1 form, then grabbing that cookie and putting it into an application variable for setup2 to use - nope. I need to figure out how to set a variable on the "client" and then turn around and use that machine as the "server" and still have access to that variable. I attempted creating even a txt file for just the ID but I keep getting "Access Denied" when using CreateTextFile (Microsoft says you have to modify your metabase to get it to work with an ASP page and that means nothing to me).
Any ideas on other type of variables which exist that would do what I need?
Jenn
(1) Server B must fill out a setup form (an ASP page sitting on A)
(2) Server B then has an ID associated with it telling us which city it is in
(3) Workstation C then must fill out a setup form (an ASP page sitting on B) - heres the catch, it needs to know the ID from B. How?
I tried using Application variables but since setup1 and setup2 are sitting on seperate servers that didn't work. I tried setting a cookie on Server B in the setup1 form, then grabbing that cookie and putting it into an application variable for setup2 to use - nope. I need to figure out how to set a variable on the "client" and then turn around and use that machine as the "server" and still have access to that variable. I attempted creating even a txt file for just the ID but I keep getting "Access Denied" when using CreateTextFile (Microsoft says you have to modify your metabase to get it to work with an ASP page and that means nothing to me).
Any ideas on other type of variables which exist that would do what I need?
Jenn