Forum Moderators: open

Message Too Old, No Replies

Obtaining SERVER_NAME or COMPUTERNAME

Obtaining SERVER_NAME or COMPUTERNAME

         

lindajames

10:04 am on Mar 26, 2003 (gmt 0)

10+ Year Member



Hi there,

Can anyone tell me how i can display the name of the server thats hosting my site using asp.

Cheers
Linda

Balboa

1:23 pm on Mar 26, 2003 (gmt 0)

10+ Year Member



I think

Request.ServerVariables("SERVER_NAME")

should work fine.

Balboa

1:26 pm on Mar 26, 2003 (gmt 0)

10+ Year Member



Hmm, maybe not?
Maybe there's something here that might help:
[w3schools.com...]