Serving a different website based on source internet address ?
- From: "Skybuck" <skybuck2000@xxxxxxxxxxx>
- Date: 29 Aug 2006 14:16:01 -0700
Hello,
Based on the source internet address a different version of the website
should be presented/served to the user/browser.
For example in pseudo code:
if SourceAddress = '143.3.5.1' then
begin
ShowBlueWebsite; // Load/Show BlueIndex.htm
end else
if SourceAddress = '124.5.15.7' then
begin
ShowRedWebsite; // LoadShow RedIndex.htm
end;
Is this possible with visual basic dot net ? is there any source code
available to do this trick ?
Bye,
Skybuck.
.
- Follow-Ups:
- Re: Serving a different website based on source internet address ?
- From: Mike Lowery
- Re: Serving a different website based on source internet address ?
- Prev by Date: Re: Listview deselect all
- Next by Date: Re: How to use this service ??? WSDL available
- Previous by thread: No equivalent control
- Next by thread: Re: Serving a different website based on source internet address ?
- Index(es):
Relevant Pages
|