
October 31st, 2003, 09:48 AM
|
|
Contributing User
|
|
Join Date: Feb 2003
Location: New Jersey
Posts: 77
Time spent in forums: 6 h 2 m 21 sec
Reputation Power: 6
|
|
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
|