05-26-05 01:05 PM
"Mindy Geac" <comp.lang.php@news.news> wrote in message
news:4295a8a0$0$4230$e4fe514c@news.xs4all.nl...
> Hello,
>
> i'm new with ASP!
>
> How can I display the hosting computername on the website, We have 2
servers
> and I want to know which server I'm getting the asp pages from.
>
> thnx,
>
> Mindy
>
Try using
Request.ServerVariables("HTTP_HOST")
[ Post a follow-up to this message ]
|