« Previous Next »
Last post 06-05-2009 1:24 PM by jerzyd. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
Is there a way to modify a server variable ( in ISAPI filter ) before it gets to ASP applications?
I would like to change REMOTE_ADDR and REMOTE_HOST.
No. Possible in IIS7 using the new CHttpModule APIs.
Thanks you for the quick response.