Forum Moderators: open
Can anyone tell me how i can display the name of the server thats hosting my site using asp.
Cheers Linda
Request.ServerVariables("SERVER_NAME")
should work fine.