Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invoke ASP on another Server (VBS)

Status
Not open for further replies.

bojisheng

Programmer
May 16, 2002
15
0
0
US
Please bear with me, for I am a novice VBScript/ASP coder.

I have two Web Servers behind a load balancer.
They are running the identical applications.

I have made a modification that utilizes Application variables. A users actions can cause an Application variable value to change. I would like to invoke an ASP the the other server to request that that variable be set.

My question is: How can I invoke an ASP on another server from and ASP script? (no redirect..the user need not know that this has happened.)

Thanks for any help. X-)
 
bojisheng,

You would probably have to write a vbscript that executes from the ASP page that logs in on the other server (provided you have that privilege) and runs another script or command file.

fengshui_1998
 
fengshui_1998,
Thanks.

Do you have an example on how to log in to another server and invoke a ASP/VBScript?


bojisheng
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top