Hi. AFAIK the REQUEST_URI server variable is specific for configurations with the FastCGI module enabled (that's true for IIS Express since this module goes along with it out of the box). Perhaps you could play with enabling FastCGI module on your IIS in order to enable this variable but I think it would be better just not to use the one since it's sort of "nonstandard" for IIS.
requestServerVariables returns blank
After i have moved a fully functinal site from my local dev machine (using IIS express) onto a server (using IIS 7.0)
i have a problem with my xslt. A some point in my xslt i set a variable like this.
Hi. AFAIK the REQUEST_URI server variable is specific for configurations with the FastCGI module enabled (that's true for IIS Express since this module goes along with it out of the box). Perhaps you could play with enabling FastCGI module on your IIS in order to enable this variable but I think it would be better just not to use the one since it's sort of "nonstandard" for IIS.
So which one would you suggest that i use?
I've hardly ever used raw server variables, but I suppose that you could get what you need by combining the "URL" and "QUERY_STRING" ones.
is working on a reply...