<%
IPAddress = Request.ServerVariables("REMOTE_ADDR")
Software = Request.ServerVariables("SERVER_SOFTWARE" ;)
Protocol = Request.ServerVariables("SERVER_PROTOCOL" ;)
Response.Write "Your IP Address is " & IPAddress & " and your server is running " & Software & " under " & Protocol & "protocol."
%>
Mas informacion:
<a href='ir.asp?http://www.devguru.com/Technologies/asp/quickref/request_servervariables.html' target='_blank'>http://www.devguru.com/Technologies/asp/...</a>
Jose Maria Fernandez
<a href="mailto:
[email protected]">Webmaster @expansionweb.net</a>
<a target="_blank" href="Http://www.expansionweb.net">Http://www.expansionweb.net</a>