Execute program and redirect

Execute program and redirect

am 26.04.2007 14:17:46 von Christian Schmelzer

Hello,
I'm not very familar with ASP, normally I'm using PHP.

I am looking for a small script which:

- executes a program on the server with given request parameters
- waits until the program finishes
- sends a http redirect header

I know how to do it with PHP but the server supports ASP only. ASP.NOT is
not available.

Does anyone has some tips for me.

Greetings,
Christian

Re: Execute program and redirect

am 26.04.2007 15:39:38 von Jon Paal

google this:

asp -.net run exe


"Christian Schmelzer" wrote in message news:4630986a$0$23146$9b4e6d93@newsspool1.arcor-online.net.. .
> Hello,
> I'm not very familar with ASP, normally I'm using PHP.
>
> I am looking for a small script which:
>
> - executes a program on the server with given request parameters
> - waits until the program finishes
> - sends a http redirect header
>
> I know how to do it with PHP but the server supports ASP only. ASP.NOT is
> not available.
>
> Does anyone has some tips for me.
>
> Greetings,
> Christian
>
>