Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Which function in ASP returns the entire URL request?

1 view
Skip to first unread message

Zoom

unread,
Jan 8, 2008, 2:10:55 PM1/8/08
to
Hi,

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


McKirahan

unread,
Jan 8, 2008, 4:28:31 PM1/8/08
to
"Zoom" <keas...@hotmail.com> wrote in message
news:15udnd6LWNmrVh7a...@comcast.com...


It can be reconstructed with using Request.ServerVariables.


0 new messages