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 by David

David
Fri Sep 21 23:43:13 PDT 2007

On Sep 21, 11:20 am, "Carlos C" <tcord...@hotmail.com> 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
//