G
Guest
Hi,
I have a web page on which I placed a javascript tag calling a ASP.NET page.
From this aspx page, I'm loading the referrer page (the page containing the
tag) to parse it. I'm using System.Net.WebRequest.
What I want to know is if the asp.net page and the calling page with the tag
are on the same server and of course the same domain, will the server know
that this is local and won't use bandwith or it will get out on the internet
and use bandwith and by the way increase the bandwith consumption?
Thanks
Stephane
I have a web page on which I placed a javascript tag calling a ASP.NET page.
From this aspx page, I'm loading the referrer page (the page containing the
tag) to parse it. I'm using System.Net.WebRequest.
What I want to know is if the asp.net page and the calling page with the tag
are on the same server and of course the same domain, will the server know
that this is local and won't use bandwith or it will get out on the internet
and use bandwith and by the way increase the bandwith consumption?
Thanks
Stephane