Click to See Complete Forum and Search --> : Server Variables


Jeff
09-12-2001, 03:33 PM
Does anyone know of any trick to access a server variable on a different server?

Thanks

Matthew Solnit
09-12-2001, 05:03 PM
You can't access the Request.ServerVariables collection for another machine.
But you can probably find what you need using IIS Automation. What specific
data do you need?

-- Matthew Solnit

"Jeff" <JEFF@JEFF.NET> wrote in message news:3b9fb8a0$1@news.devx.com...
>
> Does anyone know of any trick to access a server variable on a different
server?