Date:  12/22/2007 08:49:01 AM Msg ID:  003640
From:  Gabriel Badea Thread:  003640
Subject:  Server.Transfer question
I use Sever.Transfer() to execute another fwx script. 
I also rely on Request.ServerVariables("SCRIPT_NAME") to render contextual help. 
However once I have issued Server.Transfer(<new_script>),  Request.ServerVariables("SCRIPT_NAME") still returns the original script that was called by the client.  Therefore I get the help content for the original script that I called, which in this case is the wrong help content.

My question is : How do I know what script I am executing or should I keep track of these transfers myself and code accordingly ?

Thanks,
Gabriel