1. MS IIS Serving ESP

I'm trying to get Microsoft's IIS to serve my
ESP files (EUPHORIA Server Pages). The one thing
I'm missing is that if I click on a link like
this:

http://www.someplace.net/account.esp?id=8729&name=william&amount=7392.34

I only get two items in my command_line(). The interpreter location and the
account.esp filename. I've got IIS running "exw.exe %s %s %s" in the
settings. Do I need one more "%s" or is there something else I'm missing?

Thanks!

new topic     » topic index » view message » categorize

2. Re: MS IIS Serving ESP

cklester wrote:
> 
> I'm trying to get Microsoft's IIS to serve my
> ESP files (EUPHORIA Server Pages). The one thing
> I'm missing is that if I click on a link like
> this:
> 
> <a
> href="http://www.someplace.net/account.esp?id=8729&name=william&amount=7392.34">http://www.someplace.net/account.esp?id=8729&name=william&amount=7392.34</a>
> 
> I only get two items in my command_line(). The interpreter location and the
> account.esp filename. I've got IIS running "exw.exe %s %s %s" in the
> settings. Do I need one more "%s" or is there something else I'm missing?

No, you have to get the "QUERY_STRING" environment variable.

Thanks!

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu