473,799 Members | 3,209 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Are there any issues with ASP and proxy servers?

Hello there,

I am unsure as to where to ask for help about this, so I thought I might try
here.

Our website works correctly for 99.9% of customers, however we have one set
of customers who access our website from what appears to be a proxy server
of some kind. i.e. The IP address is always the same no matter where the
location of the computer is.

My site is a framed site, and the specific problem is that a list of links
in one frame will not load a page on another frame. I don't believe this is
a browser compatibily problem. (I wont rule it out though). But there are no
problems as far as I can tell on other peoples computers.

My question is....Is there anything special that needs to be done to make
sure a site works through proxy servers, or is this likly to be some other
problem such as an SSL problem (the whole site is under ssl), browser
incompatibility problem, or just downright dodgy programing on my behalf?

Thank you so much for any help or ideas on where to start with this problem.
Kind regards
John Sheppard
Jul 22 '05 #1
6 1732
ASP has no knowledge of framesets, it just returns a single page. The
browser controls which frame it is displayed in. Sounds like a client-side
problem. How are the links in one frame used to load another frame? Show an
example. What error do you get?

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"John Sheppard" <ma************ *@dontspambosom ofo.com.au> wrote in message
news:41******** @duster.adelaid e.on.net...
Hello there,

I am unsure as to where to ask for help about this, so I thought I might
try
here.

Our website works correctly for 99.9% of customers, however we have one
set
of customers who access our website from what appears to be a proxy server
of some kind. i.e. The IP address is always the same no matter where the
location of the computer is.

My site is a framed site, and the specific problem is that a list of links
in one frame will not load a page on another frame. I don't believe this
is
a browser compatibily problem. (I wont rule it out though). But there are
no
problems as far as I can tell on other peoples computers.

My question is....Is there anything special that needs to be done to make
sure a site works through proxy servers, or is this likly to be some other
problem such as an SSL problem (the whole site is under ssl), browser
incompatibility problem, or just downright dodgy programing on my behalf?

Thank you so much for any help or ideas on where to start with this
problem.
Kind regards
John Sheppard

Jul 22 '05 #2
On Tue, 30 Nov 2004 15:48:30 +1000, "John Sheppard"
<ma************ *@dontspambosom ofo.com.au> wrote:
I am unsure as to where to ask for help about this, so I thought I might try
here.

Our website works correctly for 99.9% of customers, however we have one set
of customers who access our website from what appears to be a proxy server
of some kind. i.e. The IP address is always the same no matter where the
location of the computer is.

My site is a framed site, and the specific problem is that a list of links
in one frame will not load a page on another frame. I don't believe this is
a browser compatibily problem. (I wont rule it out though). But there are no
problems as far as I can tell on other peoples computers.

My question is....Is there anything special that needs to be done to make
sure a site works through proxy servers, or is this likly to be some other
problem such as an SSL problem (the whole site is under ssl), browser
incompatibilit y problem, or just downright dodgy programing on my behalf?


ASP doesn't know about the path taken to a remote system, or anything
in between. Proxies have no effect on ASP per se, but there are any
number of things that could be causing your issues. Have the client
test outside thier proxy to eliminate it from the mix.

Jeff
Jul 22 '05 #3
The website is www.boso.com.au if you log in with postcode 4170 you can get
in. The problem is with the links down the left side which are a javascript
dhtml menu. I have experimented with removing the dhtml and putting just
plain links but the problem is still the same.

This is heading away from an asp problem but here is the javascript used to
redirect the page.
parent.main.doc ument.location = "./displayCategory List.asp?listin gGroupId="
+ listingGroupId + "&categoryI d=" + categoryId + "&browseOption= " +
parent.data.bro wseOptions + "&cardFileI d=" + parent.data.tro lley.cardFileId

The main reason I ruled out any of that as the problem was because a
standard link wasn't working either. I figured perhaps it was something to
do with the target asp page. I have a logging function that fires first
thing on the target asp page, and it is not firing. Is it possible that
their proxy server has some kind of ban on that page?

If thats not a possibility I think I should go back and start trouble
shooting from scratch to make sure I havnt made a mistake.

Thanks heaps for your ideas
John

"Mark Schupp" <no******@email .net> wrote in message
news:OK******** ******@tk2msftn gp13.phx.gbl...
ASP has no knowledge of framesets, it just returns a single page. The
browser controls which frame it is displayed in. Sounds like a client-side
problem. How are the links in one frame used to load another frame? Show an example. What error do you get?

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"John Sheppard" <ma************ *@dontspambosom ofo.com.au> wrote in message
news:41******** @duster.adelaid e.on.net...
Hello there,

I am unsure as to where to ask for help about this, so I thought I might
try
here.

Our website works correctly for 99.9% of customers, however we have one
set
of customers who access our website from what appears to be a proxy server of some kind. i.e. The IP address is always the same no matter where the
location of the computer is.

My site is a framed site, and the specific problem is that a list of links in one frame will not load a page on another frame. I don't believe this
is
a browser compatibily problem. (I wont rule it out though). But there are no
problems as far as I can tell on other peoples computers.

My question is....Is there anything special that needs to be done to make sure a site works through proxy servers, or is this likly to be some other problem such as an SSL problem (the whole site is under ssl), browser
incompatibility problem, or just downright dodgy programing on my behalf?
Thank you so much for any help or ideas on where to start with this
problem.
Kind regards
John Sheppard


Jul 22 '05 #4

"Jeff Cochran" <je*********@zi na.com> wrote in message
news:41******** ********@msnews .microsoft.com. ..
On Tue, 30 Nov 2004 15:48:30 +1000, "John Sheppard"
<ma************ *@dontspambosom ofo.com.au> wrote:
I am unsure as to where to ask for help about this, so I thought I might tryhere.

Our website works correctly for 99.9% of customers, however we have one setof customers who access our website from what appears to be a proxy serverof some kind. i.e. The IP address is always the same no matter where the
location of the computer is.

My site is a framed site, and the specific problem is that a list of linksin one frame will not load a page on another frame. I don't believe this isa browser compatibily problem. (I wont rule it out though). But there are noproblems as far as I can tell on other peoples computers.

My question is....Is there anything special that needs to be done to make
sure a site works through proxy servers, or is this likly to be some otherproblem such as an SSL problem (the whole site is under ssl), browser
incompatibilit y problem, or just downright dodgy programing on my behalf?


ASP doesn't know about the path taken to a remote system, or anything
in between. Proxies have no effect on ASP per se, but there are any
number of things that could be causing your issues. Have the client
test outside thier proxy to eliminate it from the mix.

Jeff


Thanks Jeff, I will try that and see if that solves the problem.

Other than basic coding problems. Would you be able to list other things
that might be causing the issue?
For example could it be SSL or could it be my web provider not liking my
clients computers or something like that?

Thank you
John

Jul 22 '05 #5
Give the user a url to call the ASP page that is not showing directly. That
should tell you if it is something with that page or with the javascript
menu.

I have seen proxy servers do some wierd things like truncating the page
before the <body> tag (keeps onload event from firing) and adding popup
blocking code.

If the page displays when called directly then have one of the users
right-click on the menu frame, select view source, and send it to you so
that you can see if it is different than what other users get.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"John Sheppard" <ma************ *@dontspambosom ofo.com.au> wrote in message
news:41******@d uster.adelaide. on.net...
The website is www.boso.com.au if you log in with postcode 4170 you can
get
in. The problem is with the links down the left side which are a
javascript
dhtml menu. I have experimented with removing the dhtml and putting just
plain links but the problem is still the same.

This is heading away from an asp problem but here is the javascript used
to
redirect the page.
parent.main.doc ument.location =
"./displayCategory List.asp?listin gGroupId="
+ listingGroupId + "&categoryI d=" + categoryId + "&browseOption= " +
parent.data.bro wseOptions + "&cardFileI d=" +
parent.data.tro lley.cardFileId

The main reason I ruled out any of that as the problem was because a
standard link wasn't working either. I figured perhaps it was something to
do with the target asp page. I have a logging function that fires first
thing on the target asp page, and it is not firing. Is it possible that
their proxy server has some kind of ban on that page?

If thats not a possibility I think I should go back and start trouble
shooting from scratch to make sure I havnt made a mistake.

Thanks heaps for your ideas
John

"Mark Schupp" <no******@email .net> wrote in message
news:OK******** ******@tk2msftn gp13.phx.gbl...
ASP has no knowledge of framesets, it just returns a single page. The
browser controls which frame it is displayed in. Sounds like a
client-side
problem. How are the links in one frame used to load another frame? Show

an
example. What error do you get?

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"John Sheppard" <ma************ *@dontspambosom ofo.com.au> wrote in
message
news:41******** @duster.adelaid e.on.net...
> Hello there,
>
> I am unsure as to where to ask for help about this, so I thought I
> might
> try
> here.
>
> Our website works correctly for 99.9% of customers, however we have one
> set
> of customers who access our website from what appears to be a proxy server > of some kind. i.e. The IP address is always the same no matter where
> the
> location of the computer is.
>
> My site is a framed site, and the specific problem is that a list of links > in one frame will not load a page on another frame. I don't believe
> this
> is
> a browser compatibily problem. (I wont rule it out though). But there are > no
> problems as far as I can tell on other peoples computers.
>
> My question is....Is there anything special that needs to be done to make > sure a site works through proxy servers, or is this likly to be some other > problem such as an SSL problem (the whole site is under ssl), browser
> incompatibility problem, or just downright dodgy programing on my behalf? >
> Thank you so much for any help or ideas on where to start with this
> problem.
> Kind regards
> John Sheppard
>
>



Jul 22 '05 #6
Thanks mark...
I have narrowed it down to some javascript problem I think. Im still not
100% sure yet though.
There are some linked javascript pages on the page, which might be causing
problems. Weather that has anything to do with the proxy server im not sure.
Since this is an asp group I'll leave it at that for now though.

Thank you very much for your help and advice.
It's much appreciated.
John

"Mark Schupp" <no******@email .net> wrote in message
news:#H******** ******@TK2MSFTN GP10.phx.gbl...
Give the user a url to call the ASP page that is not showing directly. That should tell you if it is something with that page or with the javascript
menu.

I have seen proxy servers do some wierd things like truncating the page
before the <body> tag (keeps onload event from firing) and adding popup
blocking code.

If the page displays when called directly then have one of the users
right-click on the menu frame, select view source, and send it to you so
that you can see if it is different than what other users get.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"John Sheppard" <ma************ *@dontspambosom ofo.com.au> wrote in message
news:41******@d uster.adelaide. on.net...
The website is www.boso.com.au if you log in with postcode 4170 you can
get
in. The problem is with the links down the left side which are a
javascript
dhtml menu. I have experimented with removing the dhtml and putting just
plain links but the problem is still the same.

This is heading away from an asp problem but here is the javascript used
to
redirect the page.
parent.main.doc ument.location =
"./displayCategory List.asp?listin gGroupId="
+ listingGroupId + "&categoryI d=" + categoryId + "&browseOption= " +
parent.data.bro wseOptions + "&cardFileI d=" +
parent.data.tro lley.cardFileId

The main reason I ruled out any of that as the problem was because a
standard link wasn't working either. I figured perhaps it was something to do with the target asp page. I have a logging function that fires first
thing on the target asp page, and it is not firing. Is it possible that
their proxy server has some kind of ban on that page?

If thats not a possibility I think I should go back and start trouble
shooting from scratch to make sure I havnt made a mistake.

Thanks heaps for your ideas
John

"Mark Schupp" <no******@email .net> wrote in message
news:OK******** ******@tk2msftn gp13.phx.gbl...
ASP has no knowledge of framesets, it just returns a single page. The
browser controls which frame it is displayed in. Sounds like a
client-side
problem. How are the links in one frame used to load another frame? Show
an
example. What error do you get?

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"John Sheppard" <ma************ *@dontspambosom ofo.com.au> wrote in
message
news:41******** @duster.adelaid e.on.net...
> Hello there,
>
> I am unsure as to where to ask for help about this, so I thought I
> might
> try
> here.
>
> Our website works correctly for 99.9% of customers, however we have

one > set
> of customers who access our website from what appears to be a proxy

server
> of some kind. i.e. The IP address is always the same no matter where
> the
> location of the computer is.
>
> My site is a framed site, and the specific problem is that a list of

links
> in one frame will not load a page on another frame. I don't believe
> this
> is
> a browser compatibily problem. (I wont rule it out though). But there

are
> no
> problems as far as I can tell on other peoples computers.
>
> My question is....Is there anything special that needs to be done to

make
> sure a site works through proxy servers, or is this likly to be some

other
> problem such as an SSL problem (the whole site is under ssl), browser
> incompatibility problem, or just downright dodgy programing on my

behalf?
>
> Thank you so much for any help or ideas on where to start with this
> problem.
> Kind regards
> John Sheppard
>
>



Jul 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
9867
by: Yang Li Ke | last post by:
Hi guys, What's a good way to detect if an ip is a proxy ? Thanx ! :) -- Yang
1
1917
by: yabba | last post by:
can a proxy connection be detected when someone is connecting to our web server using a proxy? tia
4
4477
by: WATYF1 | last post by:
Hello. I'm writing a VB.NET app to check email message counts for both POP3 and IMAP4. I'm using TCPClient to connect, and a NetworkStream to send simple commands. It's a very simple bit of code, actually... the problem is, if the user is behind a proxy, then the Connect method fails (times out). How do I get around this? I thought this would be a common issue and that there would be plenty of code out there to demonstrate how to...
0
1869
by: Steve Podradchik | last post by:
Hi, We have a commercial app that downloads data from various Web pages (not via a Web Service, per se) and parses the data from the response. The code below works fine most of the time but, in some corporate environments -- esp. those with Proxy servers -- the app fails to get the page. That is, it isn't just that the app doesn't logon to the proxy but, in many cases, that, as far as we can tell, the app makes a request using a...
13
2812
by: ShadowOfTheBeast | last post by:
Hi All, i have just written my first Webservice and client(windows form) but when i try to get a web references to the client to generate the proxy class on the client, i get an error this specifically : The proxy settings on this computer are not configured correctly for web discovery. Click the Help button for more information. in the add Web references dialog
10
2916
by: Jim | last post by:
I have seen http://www.vbdotnetheaven.com/Code/Aug2003/2146.asp - but it does not work. I need a working example....if anyone has seen one. Jim
4
5072
by: Sharon | last post by:
Hi all, Can any one explain the relationship between real & transparent proxy? I couldn't fully understand it from the explanation at MSDN. Thanks, Sharon.
2
1648
by: Mufasa | last post by:
Does anybody have any code that will handle proxy servers? Specifically I need something that will handle all the assorted options - no proxy, static proxy, dynamic proxy by a script. TIA - Jeff.
1
5003
by: =?Utf-8?B?Z2FsbGFu?= | last post by:
We have an application that is running fine on several of our customer’s servers. However, one of our customers is having a problem running the application. The application works on one of his Windows 2003 servers, but not on the other one. The application is a C++ .Net /clr Windows Service. It communicates with our server by sending and receiving XML using the WebClient object. The error they are receiving is “The remote server...
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10490
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5590
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.