|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi, Just a question to all you clever IIS chaps out there... Is there any way to display the host header that was used to access a web site on the web page the person receives?
I want to create a web page that will be used for web sites that have not yet received uploaded data. Can this be done or is this one that even the experts can not answer? |
|
#2
|
|||
|
|||
|
In ASP you can use Request.ServerVariables to show server info
Code:
<%=Request.ServerVariables("HTTP_HOST")%>
<%=Request.ServerVariables("SERVER_NAME")%>
|
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > SHOW HTTP Host Header on Site |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|