Server.Execute
I would like one ASP program to execute another ASP program and then continue execution with the first ASP program.
According to âBeginning Active Server Pages 3.0â from Wrox,
the following code should work:
Server.Execute "ups_trans_send_ds.asp"
However, Iâm getting the following error message:
Object doesnât support this property or method: Server.Execute
Iâm using Personal Web Server 4.0 on Windows NT (with Service Pack 6)
Any suggestions?
Thanks for your help,
Robin :)
|