The server can't access this unless it is offered, via
Request.ServerVariables("REMOTE_HOST"). Anyway this will almost always be
the network name, not the actual machine name. I think you will have to
rely on a signed applet or ActiveX control, and yes, it would have to happen
on the client.
I thought I had a FAQ on this, but can't seem to locate it.
--
http://www.aspfaq.com/
(Reverse address to reply.)
"Scott McNair" <> wrote in message
news:Xns956D70375AEF0sfmco@207.46.248.16...
> How would I go about extracting an end-user's machine name? I tried
> finding the info in server variables but it wasn't there. Or would this
be
> a client-side solution instead? If it is, I apologize for posting to the
> wrong group.
>
> Regards,
> Scott