HighTechTalks DotNet Forums  

Proxy Server Settings Interfering With _doPostBack() Script

Dotnet Scripting microsoft.public.dotnet.scripting


Discuss Proxy Server Settings Interfering With _doPostBack() Script in the Dotnet Scripting forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
bob malloc
 
Posts: n/a

Default Proxy Server Settings Interfering With _doPostBack() Script - 02-03-2005 , 02:57 PM






Created an ASP.NET application with custom ASP.NET controls. In Internet
Explorer, with proxy server settings set, some postback events result in an
error page with the error "Cannot find server or DNS Error." When "Automatic
Configuration" is selected in the browser with no proxy server information,
the post works error free.

The browsers I have tested this with are I.E. 5.5, I.E. 6, I.E. 6 SP1, and
Safari. This problem only occurrs with Internet Explorer and then only when
proxy settings are specified.

The proxy server is an ISA server. My thought is that the URL compiled by
the _doPostBack method contains characters that are either escaped or
treated as escaped by the proxy. I have yet to gain evidence of this though.
Another thought is that the error is caused because the event is being fired
from within a control and that because of the proxy server between the client
and the web-server, the post is being made against the wrong document.

I am aware of the problem that exists when a client object has a name with a
colon ( embedded in it and this is not the case in this application.

Would anyone have any ideas for a solution - aside from turning off the
proxy settings?

--
Bob
---==> Always free() what you malloc() <==---


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.