Which function in ASP returns the entire URL. For example, when the user
types in 'http://www.sitea.com/script?variables=data', which ASP function
can I use on the IIS backend to return the entire URL as
'http://www.sitea.com/script?variables=data'
Thanks
Chris
It can be reconstructed with using Request.ServerVariables.