Referrals

Referrals

am 21.09.2007 20:20:28 von CCORDON

I have a website with some client banners, the problem is that they are not
gerring the referral information when someone clics on any of the banners,
they use different statistics services and none log those visits as referred
from my website.

I am just doing a response.redirect("http://www.clientswebsite.com")

I dont know if this is something that has to do with IIS...

TIA!

Re: Referrals

am 22.09.2007 08:43:13 von David Wang

On Sep 21, 11:20 am, "Carlos C" wrote:
> I have a website with some client banners, the problem is that they are not
> gerring the referral information when someone clics on any of the banners,
> they use different statistics services and none log those visits as referred
> from my website.
>
> I am just doing a response.redirect("http://www.clientswebsite.com")
>
> I dont know if this is something that has to do with IIS...
>
> TIA!


Application level logic, like referrals and cookies, have nothing to
do with IIS.

It is your responsibility to do the right thing.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//