Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Application Root

0 views
Skip to first unread message

John Hidey

unread,
Apr 9, 2002, 5:29:08 PM4/9/02
to
Alright, I give up. This is simple so I am sorry apologizing up front for
such a stupid question. I am looking for how to determine my applications
root. I want to get it back to me in the format of
http://webserver/application ... How do I do such a simple task? Any help
is greatly appreciated.


Ken Cox [Microsoft MVP]

unread,
Apr 9, 2002, 8:31:15 PM4/9/02
to
I thought there was something that didn't require parsing and concatenating. In the meantime, you might be able to stitch it
together:

Label1.Text = Request.ServerVariables("SERVER_NAME")
Label2.Text = Request.ServerVariables("PATH_INFO")

Ken


"John Hidey" <Jo...@Hidey.com> wrote in message news:#wC8m1A4BHA.1684@tkmsftngp04...

0 new messages