|
-
Apr 13th, 2005, 09:56 AM
#1
Thread Starter
Hyperactive Member
simple uri question
i have a number of sites that point to the same ip.
they will all come into default.aspx
how do i determine what url they came in on?
there are a lot of properties of the request object, but which one will get the url they came in on?
thanks in advance
-
Apr 14th, 2005, 04:37 AM
#2
Re: simple uri question
You want the Referer object/variable. I don't know what you're doing though, because it doesn't seem to be VB.NET
-
Apr 14th, 2005, 10:35 AM
#3
Thread Starter
Hyperactive Member
Re: simple uri question (REOLVED)
i ended up using
Code:
Request.Url.Host.ToLower
basically i wanted an .aspx page that sat at the root of my website as the default document. and analysed the urls of incoming requests. then booting them off to a specific vd depending upon that url.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|