Again about the Server Variables
Hello to everyone,
I already gone thru all the examples in the Internet,
I want to re-post it again,
Let me first describe my problem in detail,
I have an application which reads the USER-ID thru the
Response.ServerVariables("HTTP_USERID"), this header collection is set thru a different application which is not part of my application.
For test my application thru various USERID's I want to set the Value in the Response.ServerVariables("HTTP_USERID")
I used by 2 different methods
a) thru the AddHeader
b) by setting the value in IIS 5.0 properties and where u will get dialog box with HTTP Header, where u can add the Custom HTTP header,
In both the methods I couldn't succeed
Tell me a method, to do this
Need helps in early
|