Click to See Complete Forum and Search --> : Getting URL in ASP


amitg
November 20th, 2001, 06:43 AM
How can I get the whole URL (http://host/port/folder/file) in ASP?

Gilberto Gossein
November 22nd, 2001, 03:43 PM
Simple:

strMyVar = Request.ServerVariables("HTTP_HOST")