|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
#EXEC CGI="http://server.com/myasp.asp" |
From: |
Marco |
Date: |
4/8/1999 10:13:00 PM |
IP: |
195.171.235.160 |
I have been trying to execute an ASP script with a command line like this...
<!-- #exec cgi="http://server.com/myasp.asp?id=50" -->
I use shtml extention which is fine.
myasp.asp looks like this - for testing only.
<% response.write "Your ID is " & request.querystring("id") %>
now I get a Win32 error message that it can't execute the program/script. error code something starting with 16, forgot what exactly it was.
What I am trying to achive is to be able to include ASP scripts run on my server on somebody else's page with a nonASP server.
ANY help would be great! Thanks,
Marco |
|
|
|
|
|
|
|
|
|
|
|
|