I'm trying to set a variable to the current URL using:
Dim url As String = HttpContext.Current.Request.url.AbsoluteUri
Which is returning:
This seems to be the file name followed by the web function name.
What it's supposed to return/what it's displaying in IE is:
Why is this?